freebsd-src/usr.sbin/manctl/Makefile
Geoff Rehmet fd785755a9 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
1994-04-17 21:26:21 +00:00

8 lines
193 B
Makefile

# 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>