diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-08-16 18:55:34 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-08-16 18:55:34 +0000 |
commit | b77a6ae1d00754efca4fa54131ce21f85c642c5f (patch) | |
tree | be3110f1e18841f811ff27190f05ce4def4464de /sbin/isakmpd/Makefile | |
parent | fe7d4bfbfaa43ff6310a89675b876caa916f0b62 (diff) |
remove unneeded LWRESLIB definition. ok ho@
Diffstat (limited to 'sbin/isakmpd/Makefile')
-rw-r--r-- | sbin/isakmpd/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index fb84be311ea..1b6430c8f62 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.42 2001/08/15 09:16:29 ho Exp $ +# $OpenBSD: Makefile,v 1.43 2001/08/16 18:55:33 jakob Exp $ # $EOM: Makefile,v 1.78 2000/10/15 21:33:42 niklas Exp $ # @@ -123,9 +123,6 @@ CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes \ # strcpy (_y_, _x_); \ # })' -# Enable this if you have a DNSSEC enabled OpenSSL -#LWRESLIB= /usr/local/lib/liblwres.a - SUBDIR= apps .include "sysdep/${OS}/Makefile.sysdep" |