mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
10 lines
161 B
Makefile
10 lines
161 B
Makefile
LIB= install
|
|
SRCS= file.c ftp.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>
|