summaryrefslogtreecommitdiffstats
path: root/share/misc/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-05-30 19:09:18 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-05-30 19:09:18 +0000
commitb0d61785cae024b1f44119446a940ee14c9ac959 (patch)
tree5a495a583b002ae9e57f09848ae697160708c220 /share/misc/Makefile
parentd43599f73ba5858e573c7ad8b284f6a0808c5c93 (diff)
downloadFreeBSD-src-b0d61785cae024b1f44119446a940ee14c9ac959.zip
FreeBSD-src-b0d61785cae024b1f44119446a940ee14c9ac959.tar.gz
BSD 4.4 Lite Share Sources
Diffstat (limited to 'share/misc/Makefile')
-rw-r--r--share/misc/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile
new file mode 100644
index 0000000..2db2ffe
--- /dev/null
+++ b/share/misc/Makefile
@@ -0,0 +1,13 @@
+# @(#)Makefile 8.1 (Berkeley) 6/8/93
+
+FILES= airport ascii birthtoken eqnchar flowers inter.phone man.template \
+ mdoc.template na.phone operator zipcodes
+NOOBJ= noobj
+
+all clean cleandir depend lint tags:
+
+install:
+ cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+ ${DESTDIR}${BINDIR}/misc
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud