minix3/commands/mined/Makefile

8 lines
87 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
# Makefile for mined
PROG= mined
SRCS= mined1.c mined2.c
MAN=
.include <bsd.prog.mk>