aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/Makefile
blob: 72da09860554d447f38367570607bf7559c1fc2e (plain) (blame)
1
2
3
4
5
6
7
8
9
LIB=	install
SRCS=	file.c msg.c plist.c str.c exec.c global.c pen.c
NOPROFILE= yes
CFLAGS+=  -g -Wall

install:
	@echo -n

.include <bsd.lib.mk>