freebsd-dev/usr.sbin/pkg_install/lib/Makefile
1993-08-26 01:19:55 +00:00

10 lines
145 B
Makefile

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>