Deleted Added
full compact
Makefile (121544) Makefile (121701)
1# $FreeBSD: head/usr.bin/chat/Makefile 121544 2003-10-26 04:49:58Z peter $
1# $FreeBSD: head/usr.bin/chat/Makefile 121701 2003-10-29 19:24:04Z peter $
2
2
3# I once used this extensively, but no longer have a modem. Feel free
4# to ask me questions about it, but I disclaim ownership now. -Peter
5
3PROG= chat
4MAN= chat.8
5CFLAGS+=-fno-builtin-logf
6
6PROG= chat
7MAN= chat.8
8CFLAGS+=-fno-builtin-logf
9
7#as per policies section in handbook
8MAINTAINER= peter@freebsd.org
9
10.include <bsd.prog.mk>
10.include <bsd.prog.mk>