386BSD 0.1 development
[unix-history] / usr / src / usr.bin / msgs / Makefile
index df0c2d4..14a6065 100644 (file)
@@ -1,19 +1,7 @@
-#
-# Copyright (c) 1980 Regents of the University of California.
-# All rights reserved.  The Berkeley software License Agreement
-# specifies the terms and conditions for redistribution.
-#
-#      @(#)Makefile    5.1 (Berkeley) %G%
-#
-#
-CFLAGS=-O
-SRCS = msgs.c msgs.h Makefile
-msgs: msgs.c msgs.h
-       cc $(CFLAGS) -o msgs msgs.c -ltermlib
-install:
-       install -s msgs ${DESTDIR}/usr/ucb
-clean:
-       -rm -f msgs
-sources: $(SRCS)
-$(SRCS):
-       sccs get $@
+#      @(#)Makefile    5.8 (Berkeley) 5/11/90
+
+PROG=  msgs
+DPADD= ${LIBTERM} ${LIBCOMPAT}
+LDADD= -ltermlib -lcompat
+
+.include <bsd.prog.mk>