diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-10-07 06:57:17 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-10-07 06:57:17 +0000 |
commit | a61c1b64afa64360425753a4d6e9a1dfa7f6d9bf (patch) | |
tree | 66bf856eb7592cb1231e28b0b80cc724a142a9d8 /sbin/isakmpd/Makefile | |
parent | 540c94f107f9c9ab19e440a2816e6ef2121cae3d (diff) |
Merge with EOM 1.77
author: niklas
Add back an example of empty FEATURES
author: niklas
Well, show how to add -g in different OSes
author: itojun
make -g really work
author: ho
Revert. Features should not depend on other stuff,
it should be the other way around.
author: ho
Ok, make it work this time.
author: ho
Only add 'policy' feature if USE_KEYNOTE is active.
Diffstat (limited to 'sbin/isakmpd/Makefile')
-rw-r--r-- | sbin/isakmpd/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index 9a83c7db16c..2a047184ee8 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.27 2000/05/02 14:36:37 niklas Exp $ -# $EOM: Makefile,v 1.71 2000/05/02 10:31:01 niklas Exp $ +# $OpenBSD: Makefile,v 1.28 2000/10/07 06:57:16 niklas Exp $ +# $EOM: Makefile,v 1.77 2000/10/06 22:37:58 niklas Exp $ # # Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved. @@ -80,7 +80,10 @@ CFLAGS+= -Wall -DNEED_SYSDEP_APP \ # Different debugging & profiling suggestions # Include symbolic debugging info -#DEBUG= -g +#DEBUG= -g # OpenBSD +#DEBUG_FLAGS= -g # FreeBSD +#CFLAGS+= -g # NetBSD and others +#STRIPFLAG= # NETBSD # Do execution time profiles #CFLAGS+= -pg |