diff options
author | asami <asami@FreeBSD.org> | 2000-08-28 20:22:25 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-08-28 20:22:25 +0000 |
commit | e543d870bc1d0006fc920d88df1ba0b9f144930c (patch) | |
tree | 11f82e8e0d27c8b40d29cf29d14116b4b7a05e03 /etc | |
parent | 7918d735c00a603f936e9a99bcb9783cf808f7ad (diff) | |
download | FreeBSD-src-e543d870bc1d0006fc920d88df1ba0b9f144930c.zip FreeBSD-src-e543d870bc1d0006fc920d88df1ba0b9f144930c.tar.gz |
Add BSD.x11-4.dist to list of mtree files to install (d'oh!).
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index cd6eef2..3c6bd20 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -34,7 +34,7 @@ SSL= ${.CURDIR}/../crypto/openssl/apps/openssl.cnf BIN2= netstart pccard_ether rc.suspend rc.resume MTREE= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \ - BSD.var.dist BSD.x11.dist + BSD.var.dist BSD.x11.dist BSD.x11-4.dist NAMEDB= PROTO.localhost.rev named.conf named.root make-localhost PPPCNF= ppp.deny ppp.shells.sample PPPCF2= ppp.conf |