diff options
author | 2003-07-31 15:56:51 +0000 | |
---|---|---|
committer | 2003-07-31 15:56:51 +0000 | |
commit | 34fc0fa7d43efd4db2e3c9810702b26d0741992e (patch) | |
tree | d8d2636575c95aa12803cd9ce01f666e43053030 | |
parent | go deeper (diff) | |
download | wireguard-openbsd-34fc0fa7d43efd4db2e3c9810702b26d0741992e.tar.xz wireguard-openbsd-34fc0fa7d43efd4db2e3c9810702b26d0741992e.zip |
enter libutil
-rw-r--r-- | regress/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/Makefile b/regress/lib/Makefile index de8577d7773..aaae16d95b4 100644 --- a/regress/lib/Makefile +++ b/regress/lib/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.13 2003/06/15 16:40:27 mickey Exp $ +# $OpenBSD: Makefile,v 1.14 2003/07/31 15:56:51 deraadt Exp $ -SUBDIR+= libc libpthread csu libssl libskey libm libevent +SUBDIR+= libc libpthread csu libssl libskey libm libevent libutil install: |