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

14 lines
186 B
Makefile
Raw Normal View History

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