diff options
author | 2002-06-19 08:45:23 +0000 | |
---|---|---|
committer | 2002-06-19 08:45:23 +0000 | |
commit | 25ff943ec084039688989f9000cf0f3de988ec21 (patch) | |
tree | c7af4801ef5643f44389b288ca3c1bd73a5fa375 | |
parent | ansi (diff) | |
download | wireguard-openbsd-25ff943ec084039688989f9000cf0f3de988ec21.tar.xz wireguard-openbsd-25ff943ec084039688989f9000cf0f3de988ec21.zip |
disable trsp, nothing uses it
-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 f5261b8f686..e31430b378c 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.88 2002/04/01 17:47:53 beck Exp $ +# $OpenBSD: Makefile,v 1.89 2002/06/19 08:45:23 deraadt Exp $ # not yet done: catman @@ -14,7 +14,7 @@ SUBDIR= ac accton adduser altq amd arp authpf \ pstat pwd_mkdb quot quotaon rarpd rbootd rdconfig rdate repquota rmt \ rpc.bootparamd rpc.lockd rpc.pcnfsd rwhod \ sa sesd sliplogin slstats spppcontrol spray \ - syslogd tcpdump timed tokenadm tokeninit traceroute trpt trsp \ + syslogd tcpdump timed tokenadm tokeninit traceroute trpt \ usbdevs user vipw vnconfig wsmoused zdump zic # LICENSING ISSUES: mrouted has non-free parts, and the following use them: |