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