7 lines
90 B
Makefile
7 lines
90 B
Makefile
|
PROG= pkg_add
|
||
|
|
||
|
SRCS= main.c perform.c
|
||
|
|
||
|
.include "../Makefile.inc"
|
||
|
.include <bsd.prog.mk>
|