diff options
author | phk <phk@FreeBSD.org> | 1995-10-10 09:47:51 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-10-10 09:47:51 +0000 |
commit | d2ceeaab1918b9f5649d9b70a1fa01d95e582166 (patch) | |
tree | b3cfb0b3947513396e2a7ac25194894454bbf1a0 /etc/Makefile | |
parent | 06c401355cd7750aa7cffa30dca7a34c51368998 (diff) | |
download | FreeBSD-src-d2ceeaab1918b9f5649d9b70a1fa01d95e582166.zip FreeBSD-src-d2ceeaab1918b9f5649d9b70a1fa01d95e582166.tar.gz |
Add pccard.conf to makefile.
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 9a510fb..f4d322ef 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.118 1995/06/17 03:17:16 ache Exp $ +# $Id: Makefile,v 1.119 1995/08/06 12:22:27 bde Exp $ # disktab may be wrong -- hcx9 is a tahoe, but gets its own. # -rw-r--r-- @@ -8,7 +8,7 @@ BINGRP= wheel BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \ ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \ inetd.conf login.access motd modems netstart \ - networks phones printcap profile protocols \ + networks phones pccard.conf printcap profile protocols \ rc rc.local rc.serial etc.${MACHINE}/rc.${MACHINE} \ remote security services sysconfig shells \ syslog.conf ttys etc.${MACHINE}/disktab rpc make.conf \ |