Makefile revision 207113
1# $FreeBSD: head/usr.sbin/pkg_install/add/Makefile 207113 2010-04-23 11:07:43Z flz $
2
3.include <bsd.own.mk>
4
5PROG=	pkg_add
6SRCS=	main.c perform.c futil.c extract.c
7
8WARNS?=	3
9WFORMAT?=	1
10
11.include <bsd.prog.mk>
12