diff options
author | lars <lars@FreeBSD.org> | 1994-11-12 05:25:32 +0000 |
---|---|---|
committer | lars <lars@FreeBSD.org> | 1994-11-12 05:25:32 +0000 |
commit | 91bf4b94c3ce51ce89870b87c0d489e56d7e6224 (patch) | |
tree | e23015cd0103a658e6c868569aeecf4134390c28 /usr.bin/chat/Makefile | |
parent | 002f1d8576a12ac783a9eaa8d4c83fa379cc3274 (diff) | |
download | FreeBSD-src-91bf4b94c3ce51ce89870b87c0d489e56d7e6224.zip FreeBSD-src-91bf4b94c3ce51ce89870b87c0d489e56d7e6224.tar.gz |
chat for ppp, from ppp 2.1.2
Diffstat (limited to 'usr.bin/chat/Makefile')
-rw-r--r-- | usr.bin/chat/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile new file mode 100644 index 0000000..be27271 --- /dev/null +++ b/usr.bin/chat/Makefile @@ -0,0 +1,8 @@ +# $Id: Makefile.bsd,v 1.2 1994/05/26 06:45:03 paulus Exp $ + +PROG= chat +SRCS= chat.c +MAN8= chat.8 +BINDIR= /usr/bin + +.include <bsd.prog.mk> |