xref: /openbsd/usr.sbin/npppd/Makefile (revision 09467b48)
1#	$OpenBSD: Makefile,v 1.7 2020/06/22 09:28:04 mvs Exp $
2#
3# $Id: Makefile,v 1.7 2020/06/22 09:28:04 mvs Exp $
4#
5
6SUBDIR+=	npppd
7
8distribution:
9	${INSTALL} -C -o root -g wheel -m 0600 ${.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