diff options
author | 2006-06-16 23:49:00 +0000 | |
---|---|---|
committer | 2006-06-16 23:49:00 +0000 | |
commit | 67e336db698ba6914b2cb2de7fb2c80c721e07ae (patch) | |
tree | f2d9b5b896776f779fe73daad0c1f3c7ff3fd119 | |
parent | IS_VM_PHYSADDR is no longer used. (diff) | |
download | wireguard-openbsd-67e336db698ba6914b2cb2de7fb2c80c721e07ae.tar.xz wireguard-openbsd-67e336db698ba6914b2cb2de7fb2c80c721e07ae.zip |
Add -DSAVECORE to CFLAGS instead of overriding it.
ok miod@, deraadt@
-rw-r--r-- | sbin/savecore/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile index 8c842e00a22..79acc3f7e80 100644 --- a/sbin/savecore/Makefile +++ b/sbin/savecore/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.18 2005/06/26 18:21:25 otto Exp $ +# $OpenBSD: Makefile,v 1.19 2006/06/16 23:49:00 kettenis Exp $ PROG= savecore SRCS= savecore.c zopen.c -CFLAGS=-DSAVECORE +CFLAGS+=-DSAVECORE LDADD= -lkvm DPADD= ${LIBKVM} MAN= savecore.8 |