diff options
author | 2006-06-18 17:23:49 +0000 | |
---|---|---|
committer | 2006-06-18 17:23:49 +0000 | |
commit | 01e5ea856856f7276a144311d5099d4d3723e7a3 (patch) | |
tree | fc4f62a901c72f285f91beae51388ee72659ea05 | |
parent | typo: queu -> queue (diff) | |
download | wireguard-openbsd-01e5ea856856f7276a144311d5099d4d3723e7a3.tar.xz wireguard-openbsd-01e5ea856856f7276a144311d5099d4d3723e7a3.zip |
append to CFLAGS instead of overwriting
ok kettenis@ miod@
-rw-r--r-- | sbin/bioctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/bioctl/Makefile b/sbin/bioctl/Makefile index a25143cfc1f..d665fc542d8 100644 --- a/sbin/bioctl/Makefile +++ b/sbin/bioctl/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.6 2005/07/29 16:01:18 marco Exp $ +# $OpenBSD: Makefile,v 1.7 2006/06/18 17:23:49 david Exp $ PROG= bioctl -CFLAGS= -Wall +CFLAGS+=-Wall LDADD= -lutil MAN= bioctl.8 |