Deleted Added
full compact
Makefile (84750) Makefile (96514)
1# $FreeBSD: head/usr.sbin/pkg_install/lib/Makefile 84750 2001-10-10 08:21:41Z sobomax $
1# $FreeBSD: head/usr.sbin/pkg_install/lib/Makefile 96514 2002-05-13 11:24:03Z ru $
2
3LIB= install
2
3LIB= install
4NOPROFILE= yes
5NOPIC= yes
4INTERNALLIB= YES
6SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c match.c \
7 deps.c version.c
8
9CFLAGS+= ${DEBUG}
10
11WARNS?= 2
12
5SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c match.c \
6 deps.c version.c
7
8CFLAGS+= ${DEBUG}
9
10WARNS?= 2
11
13install:
14 @echo -n
15
16.include <bsd.lib.mk>
12.include <bsd.lib.mk>