diff options
author | 2013-12-04 20:49:28 +0000 | |
---|---|---|
committer | 2013-12-04 20:49:28 +0000 | |
commit | 27684c063cc1b79b6914c6fe20448213e74bc632 (patch) | |
tree | 9217813eba031f323d750705e7cfc300f55863de | |
parent | we now use the rewritten usr.sbin/identd (diff) | |
download | wireguard-openbsd-27684c063cc1b79b6914c6fe20448213e74bc632.tar.xz wireguard-openbsd-27684c063cc1b79b6914c6fe20448213e74bc632.zip |
cleanup SUBDIR
-rw-r--r-- | libexec/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 06717fd5af8..cda655eb754 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,15 +1,14 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.53 2013/08/07 22:07:32 dlg Exp $ +# $OpenBSD: Makefile,v 1.54 2013/12/04 20:49:28 deraadt Exp $ .include <bsd.own.mk> -SUBDIR= comsat fingerd ftpd getty ld.so lockspool \ - mail.local makewhatis rpc.rquotad rpc.rstatd rpc.rusersd \ - rpc.rwalld rpc.sprayd security spamd spamlogd spamd-setup rshd \ - talkd tcpd uucpd - -SUBDIR+=login_passwd login_skey login_reject login_chpass \ - login_lchpass login_token login_radius login_tis login_yubikey +SUBDIR= comsat fingerd ftpd getty ld.so lockspool login_chpass \ + login_lchpass login_passwd login_radius login_reject \ + login_skey login_tis login_token login_yubikey mail.local \ + makewhatis rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \ + rpc.sprayd rshd security spamd spamd-setup spamlogd talkd \ + tcpd uucpd .if (${YP:L} == "yes") SUBDIR+=rpc.yppasswdd |