Makefile revision 80029
1# $FreeBSD: head/usr.sbin/pkg_install/lib/Makefile 80029 2001-07-20 06:20:32Z obrien $
2
3LIB=	install
4NOPROFILE= yes
5NOPIC=	yes
6SRCS=	file.c msg.c plist.c str.c exec.c global.c pen.c match.c deps.c
7
8CFLAGS+= ${DEBUG}
9
10install:
11	@echo -n
12
13.include <bsd.lib.mk>
14