6 lines
58 B
Makefile
6 lines
58 B
Makefile
|
PROG= procctl
|
||
|
LDFLAGS += -static
|
||
|
|
||
|
.include <bsd.prog.mk>
|
||
|
|