summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rcctl/Makefile
blob: 53f124ce696e0e8cb800d5964d3200a5249a5d2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.1 2014/08/19 14:08:20 ajacoutot Exp $

MAN=	rcctl.8

SCRIPT=	rcctl.sh

realinstall:
	${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
		${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/rcctl

.include <bsd.prog.mk>