freebsd-src/usr.sbin/bsdinstall/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
373 B
Makefile
Raw Normal View History

2023-12-07 06:17:14 +00:00
SUBDIR= distextract distfetch include partedit runconsoles scripts
SUBDIR_PARALLEL=
SUBDIR_DEPEND_distextract = include
SUBDIR_DEPEND_distfetch = include
SUBDIR_DEPEND_partedit = include
SCRIPTS= bsdinstall
2011-06-11 21:44:07 +00:00
MAN= bsdinstall.8
2015-03-18 12:28:17 +00:00
PACKAGE= bsdinstall
SCRIPTS+= startbsdinstall
SCRIPTSDIR_startbsdinstall= ${LIBEXECDIR}/bsdinstall
UPDATE_DEPENDFILE= no
.include <bsd.prog.mk>