mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
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>
|