summaryrefslogtreecommitdiffstats
path: root/usr.bin/chat/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-08-22 15:42:33 +0000
committerpeter <peter@FreeBSD.org>1997-08-22 15:42:33 +0000
commitf84d7f28e5ab44e364439b04c58bc829746f2cc9 (patch)
treef509bb6a53a909b549cc8c9d221cbcf9f9b62590 /usr.bin/chat/Makefile
parent61139236be247affdd23a0a9ef33b8923fb75a0a (diff)
downloadFreeBSD-src-f84d7f28e5ab44e364439b04c58bc829746f2cc9.zip
FreeBSD-src-f84d7f28e5ab44e364439b04c58bc829746f2cc9.tar.gz
Cleanup and remove the not-too-useful examples. The current versions
should be in share/examples if anywhere.
Diffstat (limited to 'usr.bin/chat/Makefile')
-rw-r--r--usr.bin/chat/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile
index 0dd5055..ab4129e 100644
--- a/usr.bin/chat/Makefile
+++ b/usr.bin/chat/Makefile
@@ -1,8 +1,10 @@
-# $Id$
+# $Id: Makefile,v 1.4 1997/02/22 19:54:21 peter Exp $
PROG= chat
SRCS= chat.c
MAN8= chat.8
-BINDIR?= /usr/bin
+
+#as per policies section in handbook
+MAINTAINER= peter@freebsd.org
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud