1994-04-17 21:26:21 +00:00
|
|
|
# Makefile
|
1994-04-19 06:43:36 +00:00
|
|
|
# $Id: Makefile,v 1.1.1.1 1994/04/17 21:26:21 csgr Exp $
|
|
|
|
|
|
|
|
all: manctl.sh
|
|
|
|
/bin/cp ${.CURDIR}/manctl.sh manctl
|
|
|
|
|
|
|
|
install: all
|
|
|
|
install -o ${BINOWN} -g ${BINGRP} -m 555 manctl \
|
1994-04-17 21:26:21 +00:00
|
|
|
${DESTDIR}/usr/sbin/manctl
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|