summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authoramurai <amurai@FreeBSD.org>1995-02-04 11:16:47 +0000
committeramurai <amurai@FreeBSD.org>1995-02-04 11:16:47 +0000
commita9a715e2345db709dc3d37d7947c830f4bbf959e (patch)
treef9f162b29ea2299fbc8b152ea5614ffc8d497ef6 /etc
parentef2095da90d0c897876dc18c82b3d2e21430cf36 (diff)
downloadFreeBSD-src-a9a715e2345db709dc3d37d7947c830f4bbf959e.zip
FreeBSD-src-a9a715e2345db709dc3d37d7947c830f4bbf959e.tar.gz
Adding ppp configuration files entry for distribution packages.
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 505557b..5b828cd 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.101 1995/01/17 20:00:01 jkh Exp $
+# $Id: Makefile,v 1.102 1995/01/27 02:20:42 jkh Exp $
# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
# -rw-r--r--
@@ -36,6 +36,8 @@ ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 -
MTREE= BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist
NAMEDB= localhost.rev named.boot root.cache
+PPPCNF= ppp.conf.filter.sample ppp.conf.iij ppp.conf.sample \
+ ppp.linkup.sample ppp.secret.sample
PCS= pcs750.bin
WCS1= wcs fppwcs poc poc1 poc2 fppoc
WCS2= fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual
@@ -180,6 +182,8 @@ distribution:
${MTREE} ${DESTDIR}/etc/mtree
cd ${.CURDIR}/namedb; install -c -o ${BINOWN} -g ${BINGRP} -m 644 \
${NAMEDB} ${DESTDIR}/etc/namedb
+ cd ${.CURDIR}/ppp; install -c -o ${BINOWN} -g ${BINGRP} -m 644 \
+ ${PPPCNF} ${DESTDIR}/etc/ppp
install -c -o ${BINOWN} -g operator -m 664 /dev/null \
${DESTDIR}/etc/dumpdates
install -c -o nobody -g ${BINGRP} -m 664 /dev/null \
OpenPOWER on IntegriCloud