Deleted Added
full compact
Makefile (74816) Makefile (75286)
1# Makefile
2# $FreeBSD: head/usr.sbin/manctl/Makefile 74816 2001-03-26 14:42:20Z ru $
1# $FreeBSD: head/usr.sbin/manctl/Makefile 75286 2001-04-07 11:21:35Z ru $
3
2
3SCRIPTS=manctl.sh
4MAN= manctl.8
5
4MAN= manctl.8
5
6beforeinstall:
7 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
8 ${.CURDIR}/manctl.sh ${DESTDIR}${BINDIR}/manctl
9
10.include <bsd.prog.mk>
6.include <bsd.prog.mk>