summaryrefslogtreecommitdiff
path: root/share/misc/Makefile
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-30 19:09:18 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-05-30 19:09:18 +0000
commitafe61c15161c324a7af299a9b8457aba5afc92db (patch)
tree2ced81c11d3481fb1a4d3d832089bc744304b24e /share/misc/Makefile
parent9f23196c427eddb59bd454053a732e7cfebcb459 (diff)
Notes
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 000000000000..2db2ffe70506
--- /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>