sync
[bitrig.git] / usr.sbin / npppd / Makefile
blob1dd8011d128d981490fe573bffacc3ed849b7f74
1 # $OpenBSD: Makefile,v 1.6 2013/03/14 16:20:46 giovanni Exp $
3 # $Id: Makefile,v 1.6 2013/03/14 16:20:46 giovanni Exp $
6 SUBDIR+= npppd
8 distribution:
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
14 .include <bsd.subdir.mk>