xref: /freebsd/usr.sbin/manctl/Makefile (revision 17ee9d00bc1ae1e598c38f25826f861e4bc6c3ce)
1# Makefile
2# $Id: Makefile,v 1.3 1994/05/26 07:52:23 csgr Exp $
3
4all:
5	@echo -n
6
7install: all
8	install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/manctl.sh \
9	${DESTDIR}/usr/sbin/manctl
10
11.include <bsd.prog.mk>
12