Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/packages/bsdinstall/Makefile
266475 views
WORLDPACKAGE=	bsdinstall

# bsdinstall is written in shell script, so it needs /bin/sh
PKG_DEPS.bsdinstall+=	runtime
# The pkgbase script requires flua
PKG_DEPS.bsdinstall+=	flua

.include <bsd.pkg.mk>