freebsd_amp_hwpstate/usr.sbin/pkg_install/lib/Makefile

11 lines
155 B
Makefile

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