diff options
author | 1997-06-29 10:30:12 +0000 | |
---|---|---|
committer | 1997-06-29 10:30:12 +0000 | |
commit | 0063e8444cf074d588b415594d15afc3d463ed37 (patch) | |
tree | 13525ae210d75bda4e31db3670fd072cbee80bcd | |
parent | relocated header files (diff) | |
download | wireguard-openbsd-0063e8444cf074d588b415594d15afc3d463ed37.tar.xz wireguard-openbsd-0063e8444cf074d588b415594d15afc3d463ed37.zip |
add libdes
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 6656e5e1787..323ece131c9 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.21 1997/06/11 10:32:14 grr Exp $ +# $OpenBSD: Makefile,v 1.22 1997/06/29 10:30:12 provos Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ -SUBDIR= csu libarch libc libcom_err libcompat libcurses libedit \ +SUBDIR= csu libarch libc libcom_err libcompat libcurses libdes libedit \ libform libl libm libmenu libocurses libpanel libpcap libresolv \ librpcsvc libskey libss libtelnet libterm libtermlib libutil libwrap \ liby libz |