diff options
author | Geoff Rehmet <csgr@FreeBSD.org> | 1994-04-17 21:26:21 +0000 |
---|---|---|
committer | Geoff Rehmet <csgr@FreeBSD.org> | 1994-04-17 21:26:21 +0000 |
commit | fd785755a96995d1356d7a4200b0b8aa731368c5 (patch) | |
tree | e06b0472517691867d772d7122c7af3f624b14f2 /usr.sbin/manctl/Makefile | |
parent | 863c4478c0ed7d1ff044cc605baa7b55cbd12a6d (diff) |
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
Notes
Notes:
svn path=/cvs2svn/branches/manctl_0_1/; revision=1366
Diffstat (limited to 'usr.sbin/manctl/Makefile')
-rw-r--r-- | usr.sbin/manctl/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/manctl/Makefile b/usr.sbin/manctl/Makefile new file mode 100644 index 000000000000..686e605a1220 --- /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> |