summaryrefslogtreecommitdiffstats
path: root/usr.sbin/manctl/Makefile
blob: 4c7f4dd93ebec554aa83d0225cc9f2f3186b0cbd (plain)
1
2
3
4
5
6
7
8
9
10
11
# Makefile
# $Id: Makefile,v 1.4 1994/05/26 20:16:49 csgr Exp $

all:
	@echo -n

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

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