custom message type for SEMOP
[minix3.git] / commands / cron / Makefile
blob7348b181075b4e9a9798b2ad935df207976c5f56
1 # Makefile for cron.
3 # LSC For Now...
4 NOGCCERROR:=yes
5 PROG= cron
6 SRCS= cron.c tab.c misc.c
7 MAN=
9 .include <bsd.prog.mk>