a6454741a8
- more style(9) fixes - some refactoring - better error detection - Add the DPADD to Makefile Submitted by: Garrett Cooper <yanegomi@gmail.com> Approved by: des (mentor)
11 lines
145 B
Makefile
11 lines
145 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pkg
|
|
SRC= pkg.c
|
|
|
|
NO_MAN= yes
|
|
DPADD= ${LIBARCHIVE} ${LIBELF} ${LIBFETCH}
|
|
LDADD= -larchive -lelf -lfetch
|
|
|
|
.include <bsd.prog.mk>
|