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