freebsd-src/usr.sbin/bsdinstall/distfetch/Makefile
Simon J. Gerraty 83d0b8c089 bsdinstall generate opt_osname.h in include
This allows the subdirs that do more work to run in parallel

Reviewed by:	jrtc27
Differential Revision:	https://reviews.freebsd.org/D42947
2023-12-06 18:34:52 -08:00

9 lines
104 B
Makefile

BINDIR= ${LIBEXECDIR}/bsdinstall
PROG= distfetch
LIBADD= fetch bsddialog
MAN=
.include <bsd.prog.mk>