mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
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).
9 lines
144 B
Makefile
9 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>
|