xref: /openbsd/usr.sbin/npppd/Makefile (revision 20dd5096)
1#	$OpenBSD: Makefile,v 1.6 2013/03/14 16:20:46 giovanni Exp $
2#
3# $Id: Makefile,v 1.6 2013/03/14 16:20:46 giovanni Exp $
4#
5
6SUBDIR+=	npppd
7
8distribution:
9	${INSTALL} -C -o root -g wheel -m 0640 ${.CURDIR}/npppd/npppd.conf \
10	    ${DESTDIR}/etc/npppd/npppd.conf
11	${INSTALL} -C -o root -g wheel -m 0600 ${.CURDIR}/npppd/npppd-users \
12	    ${DESTDIR}/etc/npppd/npppd-users
13
14.include <bsd.subdir.mk>
15