Deleted Added
full compact
Makefile (9561) Makefile (9701)
1# Makefile
1# Makefile
2# $Id: Makefile,v 1.4 1994/05/26 20:16:49 csgr Exp $
2# $Id: Makefile,v 1.5 1995/07/17 14:39:09 jkh Exp $
3
4all:
5 @echo -n
6
7install: all
3
4all:
5 @echo -n
6
7install: all
8 install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/manctl.sh \
8 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/manctl.sh \
9 ${DESTDIR}${BINDIR}/manctl
10
11.include <bsd.prog.mk>
9 ${DESTDIR}${BINDIR}/manctl
10
11.include <bsd.prog.mk>