6 lines
66 B
Makefile
6 lines
66 B
Makefile
PROG= load
|
|
CFLAGS+= -DBSD -O
|
|
NOMAN= yes
|
|
|
|
.include <bsd.prog.mk>
|