diff options
author | 2014-07-30 17:21:50 +0000 | |
---|---|---|
committer | 2014-07-30 17:21:50 +0000 | |
commit | 05289fd41a077e928aad6a7b84fe29934fd7b364 (patch) | |
tree | eb6512d4f39b6ebd131140d25a8882b55268225e | |
parent | Properly warn when an example changes and the corresponding file is found (diff) | |
download | wireguard-openbsd-05289fd41a077e928aad6a7b84fe29934fd7b364.tar.xz wireguard-openbsd-05289fd41a077e928aad6a7b84fe29934fd7b364.zip |
unhook auxcpp
-rw-r--r-- | libexec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 65dd3200ce2..abec07f8c46 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,9 +1,9 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.62 2014/07/30 16:34:24 jsg Exp $ +# $OpenBSD: Makefile,v 1.63 2014/07/30 17:21:50 jsg Exp $ .include <bsd.own.mk> -SUBDIR= auxcpp comsat fingerd ftpd getty ld.so lockspool login_chpass \ +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 \ rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \ |