9 lines
126 B
Makefile
9 lines
126 B
Makefile
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>
|