summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-03-05 00:33:32 +0000
committerderaadt <deraadt@openbsd.org>2002-03-05 00:33:32 +0000
commit404bceffed893b68958dc2cfaad99ce2826e7cc5 (patch)
tree7e6b1c4cbe8e12d53df43dd678736b7497d526de
parentcall open() with 3 args, for the heck of it (diff)
downloadwireguard-openbsd-404bceffed893b68958dc2cfaad99ce2826e7cc5.tar.xz
wireguard-openbsd-404bceffed893b68958dc2cfaad99ce2826e7cc5.zip
more -ldes
-rw-r--r--usr.bin/sectok/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sectok/Makefile b/usr.bin/sectok/Makefile
index a56de725f5e..5b3a86ff174 100644
--- a/usr.bin/sectok/Makefile
+++ b/usr.bin/sectok/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.1 2001/06/27 19:41:45 rees Exp $
+# $OpenBSD: Makefile,v 1.2 2002/03/05 00:33:32 deraadt Exp $
PROG= sectok
SRCS= main.c cmds.c cyberflex.c
-LDADD= -lsectok -lcrypto
+LDADD= -lsectok -lcrypto -ldes
CFLAGS+=-Wall