mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
8c5da82528
this baby out in earnest..
6 lines
68 B
Makefile
6 lines
68 B
Makefile
PROG= nsplit
|
|
CFLAGS+= -DBSD -O
|
|
NOMAN= yes
|
|
|
|
.include <bsd.prog.mk>
|