diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-05-18 20:15:23 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-05-18 20:15:23 +0000 |
commit | 518d29ef97951fe9f40c3da584a508ab11040dd3 (patch) | |
tree | c04fdbcb1d21065d793af924190b3e8b9b3ef51c /sbin | |
parent | 5d67f490453ffc41dbff968b936860944aae361d (diff) |
there's no need for certpatch anymore, so remove it
ok markus some time ago
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index 1d2490a6644..f465658abfe 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.76 2005/04/08 21:09:36 deraadt Exp $ +# $OpenBSD: Makefile,v 1.77 2005/05/18 20:15:22 hshoexer Exp $ # $EOM: Makefile,v 1.78 2000/10/15 21:33:42 niklas Exp $ # @@ -68,8 +68,6 @@ CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes \ # You can also use Boehm's garbage collector as a means to find leaks. # # setenv GC_FIND_LEAK -SUBDIR= apps - .if make(install) SUBDIR+= samples .endif |