summaryrefslogtreecommitdiffstats
path: root/usr.sbin/manctl/Makefile
blob: f56c66d2304d4ee8b03ea1963299bac741b68d68 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Makefile
# $Id: Makefile,v 1.3 1994/05/26 07:52:23 csgr Exp $

all:
	@echo -n

install: all
	install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/manctl.sh \
	${DESTDIR}/usr/sbin/manctl

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud