summaryrefslogtreecommitdiffstats
path: root/usr.sbin/manctl/Makefile
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-04-17 21:26:21 +0000
committercsgr <csgr@FreeBSD.org>1994-04-17 21:26:21 +0000
commit5f372b8ae9efbe080c8de4a8cc531e64c48b3964 (patch)
tree7d504b72d239faeaf11a532a82579e06d4a33d04 /usr.sbin/manctl/Makefile
downloadFreeBSD-src-5f372b8ae9efbe080c8de4a8cc531e64c48b3964.zip
FreeBSD-src-5f372b8ae9efbe080c8de4a8cc531e64c48b3964.tar.gz
Manctl utility:
compresses man pages uncompresses man pages purges old formatted man pages (not implemented yet) currently still under development, but worth trying out (IMHO) a man page ;-) must still be written for manctl - to follow shortly
Diffstat (limited to 'usr.sbin/manctl/Makefile')
-rw-r--r--usr.sbin/manctl/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/manctl/Makefile b/usr.sbin/manctl/Makefile
new file mode 100644
index 0000000..686e605
--- /dev/null
+++ b/usr.sbin/manctl/Makefile
@@ -0,0 +1,7 @@
+# Makefile
+# $Id: Makefile,v 1.1 1994/04/17 21:01:16 g89r4222 Exp $
+install: manctl.sh
+ install -o ${BINOWN} -g ${BINGRP} -m 555 manctl.sh \
+ ${DESTDIR}/usr/sbin/manctl
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud