9 lines
136 B
Makefile
9 lines
136 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= nandsim
|
||
|
SRCS= nandsim.c nandsim_rcfile.c nandsim_cfgparse.c
|
||
|
BINDIR= /usr/sbin
|
||
|
MAN= nandsim.8
|
||
|
|
||
|
.include <bsd.prog.mk>
|