Revert r359267.

This is not the correct solution and I should have done a clean buildworld.
This commit is contained in:
Emmanuel Vadot 2020-03-24 01:29:18 +00:00
parent 1c93dede42
commit 7dc05244c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=359268
2 changed files with 0 additions and 8 deletions

View file

@ -36,11 +36,6 @@
# xargs -n1 | sort | uniq -d;
# done
# 20200323: INTERNALLIB don't install headers anymore
OLD_FILES+=/usr/include/libelftc.h
OLD_FILES+=/usr/include/libifconfig.h
OLD_FILES+=/usr/include/libpmcstat.h
# 20200320: cx and ctau drivers retired
OLD_FILES+=usr/share/man/man4/ctau.4.gz
OLD_FILES+=usr/share/man/man4/cx.4.gz

View file

@ -489,11 +489,8 @@ _libinstall:
.include <bsd.nls.mk>
.include <bsd.confs.mk>
.include <bsd.files.mk>
#No need to install header for INTERNALLIB
.if !defined(INTERNALLIB)
.include <bsd.incs.mk>
.endif
.endif
LINKOWN?= ${LIBOWN}
LINKGRP?= ${LIBGRP}