diff options
author | ngie <ngie@FreeBSD.org> | 2017-08-05 17:02:57 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-08-05 17:02:57 +0000 |
commit | 523731da064491ef750ce347b5ce5a591811af2c (patch) | |
tree | e8df6e94c5589ee38f657ecb0b6c281f07c73fed /lib | |
parent | f736489675f1d22f903953f994702f1b59ced7e8 (diff) | |
download | FreeBSD-src-523731da064491ef750ce347b5ce5a591811af2c.zip FreeBSD-src-523731da064491ef750ce347b5ce5a591811af2c.tar.gz |
MFC r321915:
Remove bogus bsd.subdir.mk .include
bsd.subdir.mk is included from bsd.obj.mk, which is included via bsd.lib.mk.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypt/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile index 3d65b95..afd8e76 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -47,4 +47,3 @@ SUBDIR+= tests .endif .include <bsd.lib.mk> -.include <bsd.subdir.mk> |