summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>1999-01-10 14:30:53 +0000
committerhm <hm@FreeBSD.org>1999-01-10 14:30:53 +0000
commit7694f216801b3a5fc116cc0959125be152f955a9 (patch)
treecad15090903cd7853ccb87800ced41e9b59a6c87 /etc/Makefile
parent6f74dc01b4fb3d0b3688762c7347a90d768ac105 (diff)
downloadFreeBSD-src-7694f216801b3a5fc116cc0959125be152f955a9.zip
FreeBSD-src-7694f216801b3a5fc116cc0959125be152f955a9.tar.gz
add directory /etc/isdn and populate it
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 8124ff0..4839257 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.183 1998/12/12 22:00:49 jb Exp $
+# $Id: Makefile,v 1.184 1998/12/14 02:01:22 dillon Exp $
SUBDIR= sendmail
@@ -61,6 +61,7 @@ distribution:
( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \
( cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt ); \
( cd ${.CURDIR}/sendmail; ${MAKE} etc-sendmail.cf ); \
+ ( cd ${.CURDIR}/isdn; ${MAKE} install );\
( cd ${.CURDIR}/../sys/i386/boot/biosboot; ${MAKE} install-boothelp ); \
pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
OpenPOWER on IntegriCloud