aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:54:18 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-08-02 08:54:18 +0000
commitc119e4a444f9704ae519195758de1a4311fed337 (patch)
tree8ed58bfca618ea4ba7309c224b87ed20d6bcc866
parent4b330699f819a81d8e34d471225143ffeb321855 (diff)
downloadsrc-c119e4a444f9704ae519195758de1a4311fed337.tar.gz
src-c119e4a444f9704ae519195758de1a4311fed337.zip
Remove bogus bsd.subdir.mk .include
bsd.subdir.mk is included from bsd.obj.mk, which is included via bsd.lib.mk. MFC after: 3 days
Notes
Notes: svn path=/head/; revision=321915
-rw-r--r--lib/libcrypt/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile
index 7842c49e7491..f9c994c4edb3 100644
--- a/lib/libcrypt/Makefile
+++ b/lib/libcrypt/Makefile
@@ -46,4 +46,3 @@ PRECIOUSLIB=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.lib.mk>
-.include <bsd.subdir.mk>