diff options
author | 2001-01-27 11:30:48 +0000 | |
---|---|---|
committer | 2001-01-27 11:30:48 +0000 | |
commit | 5f02db585a7e6b58ee59124f1b2852645de8b503 (patch) | |
tree | cfa6d98460517841191e06860242c033e67ca199 | |
parent | Cleanup the MP_FLAVOUR situation. Still needs work. (diff) | |
download | wireguard-openbsd-5f02db585a7e6b58ee59124f1b2852645de8b503.tar.xz wireguard-openbsd-5f02db585a7e6b58ee59124f1b2852645de8b503.zip |
"obj" target conflicts with one defined in share/mk; obey bsd.*.mk
-rw-r--r-- | sbin/isakmpd/sysdep/netbsd/Makefile.sysdep | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep b/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep index abb13f1d74b..606640cce19 100644 --- a/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep +++ b/sbin/isakmpd/sysdep/netbsd/Makefile.sysdep @@ -1,4 +1,4 @@ -# $Id: Makefile.sysdep,v 1.1 2001/01/26 11:34:06 niklas Exp $ +# $Id: Makefile.sysdep,v 1.2 2001/01/27 11:30:48 itojun Exp $ # # Copyright (c) 1999 Niklas Hallqvist. All rights reserved. @@ -70,9 +70,6 @@ SUBDIR+= sysdep/common/libsysdep # Kludge around bug in /usr/share/mk/bsd.subdir.mk NO_REGRESS= defined -obj: - mkdir obj - beforedepend: rm -f ssl .if exists(/usr/pkg/include/openssl/rsa.h) |