Adjust the type of scandir's function argument.
[unix-history] / usr / src / sbin / Makefile
# @(#)Makefile 5.3 (Berkeley) %G%
SUBDIR= XNSrouted badsect clri disklabel dmesg dump dumpfs fastboot fsck \
fsdb halt icheck ifconfig init mknod mount mountd ncheck newfs \
nfsd nfsiod ping quotacheck reboot restore route routed savecore \
shutdown slattach swapon tunefs umount vipw
.if make(clean) || make(cleandir)
SUBDIR+=enpload
.elif ${MACHINE} == "tahoe"
SUBDIR+=enpload
.endif
.include <bsd.subdir.mk>