3 Embedded=$(shell tconf --test TARGET_OS_EMBEDDED)
5 SubProjects = alias apply basename chroot date dirname echo env expr false \
6 find getopt hostname id jot kill killall lastcomm locate logname mktemp \
7 nice nohup printenv printf pwd renice script shlock sleep \
8 tee test time true uname users w whereis which who xargs yes
15 MANPAGES = Manpages/builtin.1
17 include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make
19 BUILTIN_LINKS = alias.1 \
107 @echo Installing manpage links...
108 @for manpage in $(BUILTIN_LINKS); do \
109 $(LN) -f $(DSTROOT)/usr/share/man/man1/builtin.1 $(DSTROOT)/usr/share/man/man1/$${manpage}; \