diff options
Diffstat (limited to 'usr.bin/chat/Makefile')
-rw-r--r-- | usr.bin/chat/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile deleted file mode 100644 index 500633877fe8e..0000000000000 --- a/usr.bin/chat/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $Id: Makefile.bsd,v 1.4 1996/10/08 04:37:59 paulus Exp $ - -PROG= chat -SRCS= chat.c -MAN8= chat.8 -MAN= chat.cat8 -BINDIR= /usr/sbin - -.include <bsd.prog.mk> |