diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-02-23 19:55:36 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-02-23 19:55:36 +0000 |
commit | 02a010c7592c7087bd8e0d8dae930ae6fddb9e17 (patch) | |
tree | b7c460399dd0866a51ffbdc80b4a42a8176a93b6 /usr.sbin | |
parent | f6f46b5620a28b3fa0eb9163239e2e0ecaf136fc (diff) |
procmap seems to work well enough now. ok deraadt@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 043831f4087..16973d56da7 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.103 2004/01/04 08:30:57 djm Exp $ +# $OpenBSD: Makefile,v 1.104 2004/02/23 19:55:35 tedu Exp $ # not yet done: catman @@ -12,7 +12,8 @@ SUBDIR= ac accton adduser amd arp authpf \ mailwrapper mopd mtree \ mrouted mrinfo mtrace map-mbone \ netgroup_mkdb openssl pkg_add popa3d portmap ppp pppd pppoe \ - pstat pwd_mkdb quot quotaon rarpd rbootd rdconfig rdate repquota rmt \ + procmap pstat pwd_mkdb quot quotaon rarpd rbootd \ + rdconfig rdate repquota rmt \ rpc.bootparamd rpc.lockd rwhod \ sa sensorsd sesd sliplogin slstats spppcontrol spray \ syslogc syslogd tcpdump timed tokenadm tokeninit traceroute trpt \ |