a9c42a2388
intelligent name handling in pkg_create. Most of these files are changed because of rcsid's being different in my cvs tree and freefall's (foo).
10 lines
144 B
Makefile
10 lines
144 B
Makefile
LIB= install
|
|
SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c
|
|
CFLAGS+= ${DEBUG}
|
|
NOPROFILE= yes
|
|
|
|
install:
|
|
@echo -n
|
|
|
|
.include <bsd.lib.mk>
|