]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.sbin/pkg_install/delete/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / usr.sbin / pkg_install / delete / Makefile
1 # $FreeBSD$
2
3 PROG=   pkg_delete
4 SRCS=   main.c perform.c
5
6 CFLAGS+= -I${.CURDIR}/../lib
7
8 WARNS?= 6
9 WFORMAT?=       1
10
11 DPADD=  ${LIBINSTALL} ${LIBMD}
12 LDADD=  ${LIBINSTALL} -lmd
13
14 .include <bsd.prog.mk>