From 06326fed631a05d6baa4d9220226706d41a5e6d9 Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Mon, 2 Jul 2001 22:08:30 +0000 Subject: install sc7816.h to /usr/includes (used by usr.bin/sectok) --- lib/libsectok/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3