Remove stray debugging line.

Noticed by: ian@
This commit is contained in:
Warner Losh 2018-06-18 19:53:11 +00:00
parent ede00a4172
commit 52666d3675
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335337

View File

@ -103,7 +103,6 @@ STAND_H_INC=ctype.h fcntl.h signal.h stdio.h stdlib.h
OTHER_INC=stdarg.h errno.h stdint.h
beforedepend:
echo beforedepend; \
mkdir -p ${FAKE_DIRS}; \
for i in ${SAFE_INCS}; do \
ln -sf ${SRCTOP}/include/$$i $$i; \