diff options
author | 2001-07-02 22:08:29 +0000 | |
---|---|---|
committer | 2001-07-02 22:08:29 +0000 | |
commit | aa6e760f9c61146229d6ee3e8b235778da1863df (patch) | |
tree | dc0c98fb87940b78686cea4dbe9b664a1c2b38ff | |
parent | libsectok functions now take status word instead of bytes (diff) | |
download | wireguard-openbsd-aa6e760f9c61146229d6ee3e8b235778da1863df.tar.xz wireguard-openbsd-aa6e760f9c61146229d6ee3e8b235778da1863df.zip |
install sc7816.h to /usr/includes (used by usr.bin/sectok)
-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 |