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