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