summaryrefslogtreecommitdiffstats
path: root/usr.bin/msgs/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-02-21 04:15:15 +0000
committerwollman <wollman@FreeBSD.org>1995-02-21 04:15:15 +0000
commit27a28f2789d7f721db507205aa71b30c863c6f84 (patch)
tree577ad17c7ed60de6090e4d00e0f8551cd1f5fcbb /usr.bin/msgs/Makefile
parent508504ecfff98cd984e3ce7369097c1f422ee856 (diff)
downloadFreeBSD-src-27a28f2789d7f721db507205aa71b30c863c6f84.zip
FreeBSD-src-27a28f2789d7f721db507205aa71b30c863c6f84.tar.gz
Use tcflush(), eliminate libcompat.
Diffstat (limited to 'usr.bin/msgs/Makefile')
-rw-r--r--usr.bin/msgs/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/msgs/Makefile b/usr.bin/msgs/Makefile
index bcc230e..8613f79c 100644
--- a/usr.bin/msgs/Makefile
+++ b/usr.bin/msgs/Makefile
@@ -1,7 +1,8 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $Id$
PROG= msgs
-DPADD= ${LIBTERMCAP} ${LIBCOMPAT}
-LDADD= -ltermcap -lcompat
+DPADD= ${LIBTERMCAP}
+LDADD= -ltermcap
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud