diff options
author | 2003-06-24 16:06:45 +0000 | |
---|---|---|
committer | 2003-06-24 16:06:45 +0000 | |
commit | 74c3be82294a7280914f65aa632a3c1b78d66d12 (patch) | |
tree | ae1f097ccb5d1ecd7108a1d423fc3191f88f90c5 | |
parent | no need to reset the BIN* stuff in here; markus@ ok (diff) | |
download | wireguard-openbsd-74c3be82294a7280914f65aa632a3c1b78d66d12.tar.xz wireguard-openbsd-74c3be82294a7280914f65aa632a3c1b78d66d12.zip |
decruft
-rw-r--r-- | bin/systrace/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/systrace/Makefile b/bin/systrace/Makefile index 6be464cda25..d951ccf3692 100644 --- a/bin/systrace/Makefile +++ b/bin/systrace/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.8 2002/10/16 15:01:08 itojun Exp $ +# $OpenBSD: Makefile,v 1.9 2003/06/24 16:06:45 mickey Exp $ PROG= systrace -BINDIR?= /bin CFLAGS+=-I. CFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith \ -Wno-uninitialized -Werror |