diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-07-02 22:08:30 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-07-02 22:08:30 +0000 |
commit | 06326fed631a05d6baa4d9220226706d41a5e6d9 (patch) | |
tree | 969f3204bea61159ecf1c375212dc1ba67724fac /lib/libsectok/Makefile | |
parent | 61a55f7b145179849723a5801975ccc5dbc6b1a6 (diff) |
install sc7816.h to /usr/includes (used by usr.bin/sectok)
Diffstat (limited to 'lib/libsectok/Makefile')
-rw-r--r-- | lib/libsectok/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsectok/Makefile b/lib/libsectok/Makefile index 7bc8be5a7a4..46b0d44151a 100644 --- a/lib/libsectok/Makefile +++ b/lib/libsectok/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2001/06/25 23:13:09 markus Exp $ +# $OpenBSD: Makefile,v 1.5 2001/07/02 22:08:29 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 +HDRS= sectok.h sc7816.h CFLAGS+=-Wall |