Remove building with NOCRYPTO option
[minix.git] / minix / commands / cron / Makefile
blob22d1196d2a56563e3ae12fb2372d0f4c183c40ab
1 # Makefile for cron.
2 PROG= cron
3 SRCS= cron.c tab.c misc.c
4 MAN= cron.8
6 .include <bsd.prog.mk>