diff options
author | 1995-12-15 02:39:07 +0000 | |
---|---|---|
committer | 1995-12-15 02:39:07 +0000 | |
commit | 6981bf5ac7cde00a21e9be7167bd3f1075f9f4e6 (patch) | |
tree | 7c6788ecf1c2c500fc84a412eb2fbb26fe18a5b8 | |
parent | use the real bdes (diff) | |
download | wireguard-openbsd-6981bf5ac7cde00a21e9be7167bd3f1075f9f4e6.tar.xz wireguard-openbsd-6981bf5ac7cde00a21e9be7167bd3f1075f9f4e6.zip |
look for additional sources in crypt/
-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" |