diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2003-06-03 14:28:17 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2003-06-03 14:28:17 +0000 |
commit | 47b93419f757d3a538ff2136cae9617e07ea7389 (patch) | |
tree | 6d2bdb8880ed73b8c0be7470418c27ec534eb265 /sbin/isakmpd/Makefile | |
parent | 2cf124e6dbd711198131ac89dd8f98ef5f8deb65 (diff) |
Remove clauses 3 and 4. With approval from Niklas Hallqvist and
Niels Provos.
Diffstat (limited to 'sbin/isakmpd/Makefile')
-rw-r--r-- | sbin/isakmpd/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index 2ab2a5c54f6..d6bfd2d06ae 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.48 2003/05/15 00:28:53 ho Exp $ +# $OpenBSD: Makefile,v 1.49 2003/06/03 14:28:16 ho Exp $ # $EOM: Makefile,v 1.78 2000/10/15 21:33:42 niklas Exp $ # @@ -13,11 +13,6 @@ # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# 3. All advertising materials mentioning features or use of this software -# must display the following acknowledgement: -# This product includes software developed by Ericsson Radio Systems. -# 4. The name of the author may not be used to endorse or promote products -# derived from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -77,6 +72,7 @@ MAN= isakmpd.8 isakmpd.conf.5 isakmpd.policy.5 CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes \ -DNEED_SYSDEP_APP \ -I${.CURDIR} -I${.CURDIR}/sysdep/${OS} -I. +#CFLAGS+= -Wsign-compare -Werror # Different debugging & profiling suggestions |