diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-06-25 23:13:10 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-06-25 23:13:10 +0000 |
commit | 7de2c594cdf44fd64755e0e72b1c26694378f3f2 (patch) | |
tree | 1266330161a4a85d0dac0b9b5bdc909134e5d24b /lib/libsectok | |
parent | a41889e6b282a856537f961219476dcadd65f584 (diff) |
-Wall
Diffstat (limited to 'lib/libsectok')
-rw-r--r-- | lib/libsectok/Makefile | 4 |
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` || \ |