]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/pkg_install/add/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.sbin / pkg_install / add / Makefile
1 # $FreeBSD$
2
3 PROG=   pkg_add
4 SRCS=   main.c perform.c futil.c extract.c
5
6 CFLAGS+= -I${.CURDIR}/../lib
7
8 WARNS?= 3
9 WFORMAT?=       1
10
11 DPADD=  ${LIBINSTALL} ${LIBFETCH} ${LIBMD}
12 LDADD=  ${LIBINSTALL} -lfetch -lmd
13
14 .include <bsd.prog.mk>