diff options
author | asami <asami@FreeBSD.org> | 1997-07-18 03:49:47 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-07-18 03:49:47 +0000 |
commit | 0f44d0746c76df050ec27f9a5448b0a9e5566532 (patch) | |
tree | 30ce18f89b9a73b529a1715981198e53f3404921 /etc | |
parent | 53c148264d968cb4285b431e58a308c802d9dbf4 (diff) | |
download | FreeBSD-src-0f44d0746c76df050ec27f9a5448b0a9e5566532.zip FreeBSD-src-0f44d0746c76df050ec27f9a5448b0a9e5566532.tar.gz |
Add BSD.x11.dist to list of files to copy to /etc/mtree. Sorry if this
breaks "make release", Jordan!
PR: 4110
Not reviewed by: jkh
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 64bb732..607099b 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.151 1997/06/04 03:58:52 asami Exp $ +# $Id: Makefile,v 1.152 1997/07/05 19:35:22 pst Exp $ # -rw-r--r-- BINOWN= root @@ -22,7 +22,8 @@ BIN2= motd # -rwxr-xr-x root.wheel, for the new cron root.wheel BIN3= daily weekly monthly netstart pccard_ether -MTREE= BSD.include.dist 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 BSD.x11.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 \ |