BSD 4_4 release
[unix-history] / usr / src / share / misc / Makefile
index 3915a41..2db2ffe 100644 (file)
@@ -1,31 +1,13 @@
-#      @(#)Makefile    5.3 (Berkeley) %G%
+#      @(#)Makefile    8.1 (Berkeley) 6/8/93
 
 
-FILES= ascii birthday eqnchar greek inter.phone man.template na.phone \
-       noredist.c operator redist.c redist.man redist.sh
+FILES= airport ascii birthtoken eqnchar flowers inter.phone man.template \
+       mdoc.template na.phone operator zipcodes
+NOOBJ= noobj
 
 
-all: ${FILES}
-.include <bsd.own.mk>
-
-clean cleandir:
-       rm -f redist.c redist.sh redist.man
+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
 
-depend lint tags:
-
-redist.c: redist
-       rm -f redist.c
-       sed 's/^/ */' <redist >redist.c
-       chmod 444 redist.c
-
-redist.sh: redist
-       rm -f redist.sh
-       sed 's/^/#/' <redist >redist.sh
-       chmod 444 redist.sh
-
-redist.man: redist
-       rm -f redist.man
-       sed 's/^/.\\"/' <redist >redist.man
-       chmod 444 redist.man
+.include <bsd.prog.mk>