summaryrefslogtreecommitdiff
path: root/usr.sbin/npppd/Makefile
blob: 1dd8011d128d981490fe573bffacc3ed849b7f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.6 2013/03/14 16:20:46 giovanni Exp $
#
# $Id: Makefile,v 1.6 2013/03/14 16:20:46 giovanni Exp $
#

SUBDIR+=	npppd

distribution:
	${INSTALL} -C -o root -g wheel -m 0640 ${.CURDIR}/npppd/npppd.conf \
	    ${DESTDIR}/etc/npppd/npppd.conf
	${INSTALL} -C -o root -g wheel -m 0600 ${.CURDIR}/npppd/npppd-users \
	    ${DESTDIR}/etc/npppd/npppd-users

.include <bsd.subdir.mk>