Files
minix/commands/cron/Makefile
T

8 lines
90 B
Makefile

# Makefile for cron.
PROG= cron
SRCS= cron.c tab.c misc.c
MAN=
.include <minix.prog.mk>