diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-15 02:39:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-15 02:39:08 +0000 |
commit | bc9ecc892654ac5f6c2c012f623dcf814639433a (patch) | |
tree | 97179d935a406d29035bfeffaa9c1680b408800c /lib/libc/Makefile | |
parent | bb50230e4a866e8bad4d9d92653d8b9353a5bb22 (diff) |
look for additional sources in crypt/
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r-- | lib/libc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 4564da901a8..3c57c4b127b 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -30,6 +30,7 @@ CLEANFILES+=tags .include "${.CURDIR}/db/Makefile.inc" .include "${.CURDIR}/compat-43/Makefile.inc" .include "${.CURDIR}/gen/Makefile.inc" +.include "${.CURDIR}/crypt/Makefile.inc" .include "${.CURDIR}/gmon/Makefile.inc" .include "${.CURDIR}/locale/Makefile.inc" .include "${.CURDIR}/net/Makefile.inc" |