summaryrefslogtreecommitdiff
path: root/chat/Makefile.bsd
diff options
context:
space:
mode:
Diffstat (limited to 'chat/Makefile.bsd')
-rw-r--r--chat/Makefile.bsd9
1 files changed, 0 insertions, 9 deletions
diff --git a/chat/Makefile.bsd b/chat/Makefile.bsd
deleted file mode 100644
index 5006338..0000000
--- a/chat/Makefile.bsd
+++ /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>