minix/commands/mined/Makefile

8 lines
87 B
Makefile
Raw Normal View History

2005-04-21 16:53:53 +02:00
# Makefile for mined
PROG= mined
SRCS= mined1.c mined2.c
MAN=
2005-09-07 10:43:25 +02:00
.include <bsd.prog.mk>