BSD 4_4 release
[unix-history] / usr / src / share / misc / Makefile
index ff4691f..2db2ffe 100644 (file)
@@ -1,14 +1,13 @@
-#      @(#)Makefile    5.8 (Berkeley) %G%
+#      @(#)Makefile    8.1 (Berkeley) 6/8/93
 
 
-FILES= airport ascii birthday eqnchar greek inter.phone man.template \
-       na.phone operator
+FILES= airport ascii birthtoken eqnchar flowers inter.phone man.template \
+       mdoc.template na.phone operator zipcodes
+NOOBJ= noobj
 
 
-all: ${FILES}
+all clean cleandir depend lint tags:
 
 install:
        cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
            ${DESTDIR}${BINDIR}/misc
 
 
 install:
        cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
            ${DESTDIR}${BINDIR}/misc
 
-clean cleandir depend lint tags:
-
-.include <bsd.own.mk>
+.include <bsd.prog.mk>