From 5f372b8ae9efbe080c8de4a8cc531e64c48b3964 Mon Sep 17 00:00:00 2001 From: csgr Date: Sun, 17 Apr 1994 21:26:21 +0000 Subject: 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 --- usr.sbin/manctl/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 usr.sbin/manctl/Makefile (limited to 'usr.sbin/manctl/Makefile') 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 -- cgit v1.1