diff options
author | 2016-09-05 09:55:18 +0000 | |
---|---|---|
committer | 2016-09-05 09:55:18 +0000 | |
commit | c17d3c707ff9aa99e55872764d77266bb4f147e8 (patch) | |
tree | 88423de221f5f68754043b8d31006292b629d7c2 | |
parent | Enable mbrtowc(3) and wcrtomb(3) tests now that mbsinit(3) works. (diff) | |
download | wireguard-openbsd-c17d3c707ff9aa99e55872764d77266bb4f147e8.tar.xz wireguard-openbsd-c17d3c707ff9aa99e55872764d77266bb4f147e8.zip |
ldapd regress is creating files during make obj; comment out until fixed
-rw-r--r-- | regress/usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.sbin/Makefile b/regress/usr.sbin/Makefile index 1121586a11e..3852d0e3aab 100644 --- a/regress/usr.sbin/Makefile +++ b/regress/usr.sbin/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.12 2016/09/05 06:21:02 landry Exp $ +# $OpenBSD: Makefile,v 1.13 2016/09/05 09:55:18 deraadt Exp $ SUBDIR += arp SUBDIR += httpd -SUBDIR += ldapd +#SUBDIR += ldapd SUBDIR += mtree SUBDIR += ospfd SUBDIR += relayd |