diff options
author | phk <phk@FreeBSD.org> | 1996-06-05 04:40:41 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1996-06-05 04:40:41 +0000 |
commit | 93541c4bd1fe86f0a860baf8bc9c43ac84bf9b02 (patch) | |
tree | 6991aa7cfe063ef1920078912a3e1bf88d0644c7 /usr.sbin/Makefile | |
parent | 6a8a4861642342cd8f0a52def0c883d54008c93b (diff) | |
download | FreeBSD-src-93541c4bd1fe86f0a860baf8bc9c43ac84bf9b02.zip FreeBSD-src-93541c4bd1fe86f0a860baf8bc9c43ac84bf9b02.tar.gz |
Add pccard to makefile system
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 5b4d1dc..667b8ca 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,11 +1,11 @@ # From: @(#)Makefile 5.20 (Berkeley) 6/12/93 -# $Id: Makefile,v 1.87 1996/05/07 16:17:45 wpaul Exp $ +# $Id: Makefile,v 1.88 1996/05/08 12:28:23 jkh Exp $ # XXX MISSING: mkproto SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot \ cron crunch ctm dev_mkdb diskpart edquota inetd kernbb \ kgmon kvm_mkdb lpr lsdev manctl mkdosfs mrouted mtree named \ - newsyslog nslookup pcvt pkg_install portmap ppp pppd \ + newsyslog nslookup pccard pcvt pkg_install portmap ppp pppd \ pppstats pstat pwd_mkdb quot quotaon rarpd repquota rmt \ rndcontrol routed rpc.lockd rpc.statd rpc.yppasswdd rwhod sa \ sendmail sliplogin slstat \ |