aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1996-12-13 17:01:51 +0000
committerBruce Evans <bde@FreeBSD.org>1996-12-13 17:01:51 +0000
commit3b4d52b99d9f01055ce5f4a72dba71277a764398 (patch)
treef3d6d36e51f57cfd0fc5e34673f04ddcb05dd0ff
parent58fd4e52ca06087561a849952849795b8b0f28bd (diff)
downloadsrc-3b4d52b99d9f01055ce5f4a72dba71277a764398.tar.gz
src-3b4d52b99d9f01055ce5f4a72dba71277a764398.zip
Fixed missing install of BSD.include.dist.
Notes
Notes: svn path=/head/; revision=20403
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index c438ef67398c..494ebd9daf4c 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.143 1996/10/19 17:10:28 pst Exp $
+# $Id: Makefile,v 1.144 1996/12/13 10:24:42 jkh Exp $
# -rw-r--r--
BINOWN= root
@@ -22,7 +22,7 @@ BIN2= motd
# -rwxr-xr-x root.wheel, for the new cron root.wheel
BIN3= daily weekly monthly pccard_ether
-MTREE= BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist
+MTREE= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist
NAMEDB= PROTO.localhost.rev named.boot named.root make-localhost
PPPCNF= ppp.conf.filter.sample ppp.conf.iij.sample ppp.conf.sample \
ppp.conf.server.sample ppp.dialup.sample ppp.linkup.sample \