diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-07-30 16:34:25 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-07-30 16:34:25 +0000 |
commit | 0b7f1cf49ef65086ed66f70ba78da9db554e1123 (patch) | |
tree | e67d6dd3eb9b3673030ad4262081fe297cd8d99b /libexec | |
parent | 3a76296f1d39010e5be0e9298e7474f44842ab21 (diff) |
descend into tradcpp
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index a436321d023..65dd3200ce2 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.61 2014/07/12 16:34:24 matthieu Exp $ +# $OpenBSD: Makefile,v 1.62 2014/07/30 16:34:24 jsg Exp $ .include <bsd.own.mk> @@ -7,7 +7,7 @@ SUBDIR= auxcpp 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 \ rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \ - security spamd spamd-setup spamlogd talkd + security spamd spamd-setup spamlogd talkd tradcpp .if (${YP:L} == "yes") SUBDIR+=rpc.yppasswdd |