Deleted Added
full compact
Makefile (1377) Makefile (1562)
1# Makefile
1# Makefile
2# $Id: Makefile,v 1.1.1.1 1994/04/17 21:26:21 csgr Exp $
2# $Id: Makefile,v 1.2 1994/04/19 06:43:36 csgr Exp $
3
3
4all: manctl.sh
5 /bin/cp ${.CURDIR}/manctl.sh manctl
4all:
5 @echo -n
6
7install: all
6
7install: all
8 install -o ${BINOWN} -g ${BINGRP} -m 555 manctl \
8 install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/manctl.sh \
9 ${DESTDIR}/usr/sbin/manctl
9 ${DESTDIR}/usr/sbin/manctl
10
11.include <bsd.prog.mk>