8 lines
87 B
Makefile
8 lines
87 B
Makefile
|
# Makefile for mined
|
||
|
|
||
|
PROG= mined
|
||
|
SRCS= mined1.c mined2.c
|
||
|
MAN=
|
||
|
|
||
|
.include <bsd.prog.mk>
|