summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2001-07-02 22:08:29 +0000
committermarkus <markus@openbsd.org>2001-07-02 22:08:29 +0000
commitaa6e760f9c61146229d6ee3e8b235778da1863df (patch)
treedc0c98fb87940b78686cea4dbe9b664a1c2b38ff
parentlibsectok functions now take status word instead of bytes (diff)
downloadwireguard-openbsd-aa6e760f9c61146229d6ee3e8b235778da1863df.tar.xz
wireguard-openbsd-aa6e760f9c61146229d6ee3e8b235778da1863df.zip
install sc7816.h to /usr/includes (used by usr.bin/sectok)
-rw-r--r--lib/libsectok/Makefile4
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