summaryrefslogtreecommitdiffstats
path: root/usr.sbin/manctl/Makefile
blob: 19b8baf6d5d8078ad72b96a19cdcab4c26e6b523 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Makefile
# $Id: Makefile,v 1.5 1995/07/17 14:39:09 jkh 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