summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2001-06-25 23:13:09 +0000
committermarkus <markus@openbsd.org>2001-06-25 23:13:09 +0000
commit8bf226dcd66e27b1409d01b692cb68df8744c9f9 (patch)
tree16e169e5df94eb519470139aaeaf7ee4e5893a28
parentForgot the PCI bus attachment, from NetBSD, hacked by mickey (diff)
downloadwireguard-openbsd-8bf226dcd66e27b1409d01b692cb68df8744c9f9.tar.xz
wireguard-openbsd-8bf226dcd66e27b1409d01b692cb68df8744c9f9.zip
-Wall
-rw-r--r--lib/libsectok/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libsectok/Makefile b/lib/libsectok/Makefile
index 90d2f7812a5..7bc8be5a7a4 100644
--- a/lib/libsectok/Makefile
+++ b/lib/libsectok/Makefile
@@ -1,10 +1,12 @@
-# $OpenBSD: Makefile,v 1.3 2001/06/25 19:59:37 rees Exp $
+# $OpenBSD: Makefile,v 1.4 2001/06/25 23:13:09 markus Exp $
LIB= sectok
SRCS= atr.c cmdtab.c cyberflex.c input.c r1r2.c sc7816.c sectok.c todos_atr.c \
ifdhandler.c scT1.c scio.c scrw.c
HDRS= sectok.h
+CFLAGS+=-Wall
+
includes:
@cd ${.CURDIR}; for i in $(HDRS); do \
j="cmp -s $$i ${DESTDIR}/usr/include/`basename $$i` || \