diff options
author | 2001-04-02 10:11:41 +0000 | |
---|---|---|
committer | 2001-04-02 10:11:41 +0000 | |
commit | 0be22db44d0402c17a9fdafe65574794ba981fb8 (patch) | |
tree | 5c146f4a8fe638437eeb6ff57f0efb24183a8d0c | |
parent | pkg command: perl frontend to pkg_{add,info,delete,create}, and hooks (diff) | |
download | wireguard-openbsd-0be22db44d0402c17a9fdafe65574794ba981fb8.tar.xz wireguard-openbsd-0be22db44d0402c17a9fdafe65574794ba981fb8.zip |
+pkg
-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 d39cbc4d09d..54f77ab68a3 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.74 2001/01/30 15:50:41 espie Exp $ +# $OpenBSD: Makefile,v 1.75 2001/04/02 10:11:41 espie Exp $ # not yet done: catman @@ -9,7 +9,7 @@ SUBDIR= ac accton adduser amd arp bootpd bootpgw bootpef bootptest \ edquota gspa httpd inetd iostat ipfs \ ipftest ipmon ipsend kgmon kvm_mkdb lpr \ mailwrapper map-mbone mrinfo mopd mrouted mtrace mtree named \ - netgroup_mkdb openssl pkg_install portmap ppp pppd pppoe pstat \ + netgroup_mkdb openssl pkg pkg_install portmap ppp pppd pppoe pstat \ pwd_mkdb quot quotaon rarpd rbootd rdconfig rdate repquota rmt \ rpc.bootparamd rpc.lockd rpc.pcnfsd rwhod \ sa sesd sliplogin slstats spppcontrol spray \ |