freebsd-dev/usr.sbin/manctl/Makefile
Wolfram Schneider 2ae90f756e add a manpage
check for  argument 'path'
1996-01-23 23:59:36 +00:00

11 lines
227 B
Makefile

# Makefile
# $Id: Makefile,v 1.6 1995/07/25 00:37:23 bde Exp $
MAN8= manctl.8
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/manctl.sh ${DESTDIR}${BINDIR}/manctl
.include <bsd.prog.mk>