diff options
author | 2014-07-30 16:34:24 +0000 | |
---|---|---|
committer | 2014-07-30 16:34:24 +0000 | |
commit | a8cd05de22ab0afed5646b7ad35e00a65f469b33 (patch) | |
tree | c8ddfbdd40d46faecc29851b1176688f7a3a1d83 | |
parent | Add tradcpp 0.4, a standalone traditional whitespace preserving cpp (diff) | |
download | wireguard-openbsd-a8cd05de22ab0afed5646b7ad35e00a65f469b33.tar.xz wireguard-openbsd-a8cd05de22ab0afed5646b7ad35e00a65f469b33.zip |
descend into tradcpp
-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 |