diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-31 15:56:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-31 15:56:52 +0000 |
commit | 50aaa3f3094aa871f361c3d80d3b1dda55014b95 (patch) | |
tree | 8731a91c5a9d4595e208f093443e289e5878b486 /regress/lib/Makefile | |
parent | 25bf017383d27948d0052c0cb326ba21779ce21b (diff) |
enter libutil
Diffstat (limited to 'regress/lib/Makefile')
-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: |