blob: 8f79e04c2aa4fee3c7eb4d2249d249232e7dc042 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $OpenBSD: Makefile,v 1.7 2020/06/22 09:28:04 mvs Exp $
#
# $Id: Makefile,v 1.7 2020/06/22 09:28:04 mvs Exp $
#
SUBDIR+= npppd
distribution:
${INSTALL} -C -o root -g wheel -m 0600 ${.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>
|