aboutsummaryrefslogtreecommitdiff
path: root/kerberosIV/share/info
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1997-09-24 20:37:15 +0000
committerMark Murray <markm@FreeBSD.org>1997-09-24 20:37:15 +0000
commit5f6559a29bc10cb4b349350f3f4c4cbd8cf71d79 (patch)
tree1b8c28a3885f5c446be78381805f4d3dd6af87b5 /kerberosIV/share/info
parent81c9c0b61a47a2577550ba49b2e509b885cf0570 (diff)
downloadsrc-5f6559a29bc10cb4b349350f3f4c4cbd8cf71d79.tar.gz
src-5f6559a29bc10cb4b349350f3f4c4cbd8cf71d79.zip
Initial import of the new kerberosIV Makefiles.
I will follow up with the userland sources over the next few days. The impatient of you can play with this, but you do this without support or blessing until I am finished ;-)
Notes
Notes: svn path=/cvs2svn/branches/MARKM/; revision=29815
Diffstat (limited to 'kerberosIV/share/info')
-rw-r--r--kerberosIV/share/info/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/kerberosIV/share/info/Makefile b/kerberosIV/share/info/Makefile
new file mode 100644
index 000000000000..0360a58be245
--- /dev/null
+++ b/kerberosIV/share/info/Makefile
@@ -0,0 +1,15 @@
+# @(#)Makefile 8.1 (Berkeley) 6/5/93
+
+NOOBJ= noobj
+
+all clean cleandir depend lint tags:
+
+beforeinstall:
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 dir-tmpl \
+ ${DESTDIR}${BINDIR}/info/dir-tmpl
+ if [ ! -f ${DESTDIR}${BINDIR}/info/dir ]; then \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 dir-tmpl \
+ ${DESTDIR}${BINDIR}/info/dir ; \
+ fi
+
+.include <bsd.prog.mk>