Makefile revision 1366
1# Makefile
2# $Id: Makefile,v 1.1 1994/04/17 21:01:16 g89r4222 Exp $
3install: manctl.sh
4	install -o ${BINOWN} -g ${BINGRP} -m 555 manctl.sh \
5	${DESTDIR}/usr/sbin/manctl
6
7.include <bsd.prog.mk>
8