freebsd-dev/usr.sbin/pkg_install/lib/Makefile

17 lines
208 B
Makefile
Raw Normal View History

# $FreeBSD$
LIB= install
NOPROFILE= yes
NOPIC= yes
SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c match.c \
deps.c version.c
CFLAGS+= ${DEBUG}
WARNS?= 2
install:
@echo -n
.include <bsd.lib.mk>