diff options
author | 2014-07-12 16:34:24 +0000 | |
---|---|---|
committer | 2014-07-12 16:34:24 +0000 | |
commit | a2f047195bc6cd031919568bbf254d4f563cc54e (patch) | |
tree | 7b2a8df5b267f1a7ff57510936d16b73093c5396 | |
parent | Make sure the return value of X509_NAME_oneline(, NULL,) is checked against (diff) | |
download | wireguard-openbsd-a2f047195bc6cd031919568bbf254d4f563cc54e.tar.xz wireguard-openbsd-a2f047195bc6cd031919568bbf254d4f563cc54e.zip |
Hook auxcpp
-rw-r--r-- | libexec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index 49d3de8e6e6..a436321d023 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -1,9 +1,9 @@ # from: @(#)Makefile 5.7 (Berkeley) 4/1/91 -# $OpenBSD: Makefile,v 1.60 2014/04/22 10:21:56 reyk Exp $ +# $OpenBSD: Makefile,v 1.61 2014/07/12 16:34:24 matthieu Exp $ .include <bsd.own.mk> -SUBDIR= comsat fingerd ftpd getty ld.so lockspool login_chpass \ +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 \ |