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

install:
	@echo -n

.include <bsd.lib.mk>