summaryrefslogtreecommitdiffstats
path: root/share/sgml/FreeBSD/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/sgml/FreeBSD/lib/Makefile')
-rw-r--r--share/sgml/FreeBSD/lib/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/share/sgml/FreeBSD/lib/Makefile b/share/sgml/FreeBSD/lib/Makefile
new file mode 100644
index 0000000..666750a
--- /dev/null
+++ b/share/sgml/FreeBSD/lib/Makefile
@@ -0,0 +1,12 @@
+# $Id:$
+
+FILES= linuxdoc.sty
+NOOBJ= noobj
+
+all clean cleandir depend lint tags:
+
+afterinstall:
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+ ${DESTDIR}${BINDIR}/lib
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud