1994-04-17 21:26:21 +00:00
|
|
|
# Makefile
|
1997-02-22 16:15:28 +00:00
|
|
|
# $Id$
|
1994-04-19 06:43:36 +00:00
|
|
|
|
1996-01-23 23:59:36 +00:00
|
|
|
MAN8= manctl.8
|
1994-04-19 06:43:36 +00:00
|
|
|
|
1996-01-23 23:59:36 +00:00
|
|
|
beforeinstall:
|
|
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
|
|
${.CURDIR}/manctl.sh ${DESTDIR}${BINDIR}/manctl
|
1994-05-26 20:16:49 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|