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

PKG_SETS=	minimal minimal-jail

# atrun relies on cron to work.
PKG_DEPS.at+=	cron
# at(1) passes the command to /bin/sh
PKG_DEPS.at+=	runtime

.include <bsd.pkg.mk>