mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 23:51:13 +01:00
334af5e413
MFC after: 3 days Sponsored by: Klara, Inc. Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D46996
13 lines
149 B
Makefile
13 lines
149 B
Makefile
.include <src.opts.mk>
|
|
|
|
PACKAGE= runtime
|
|
PROG= env
|
|
SRCS= env.c envopts.c
|
|
|
|
LIBADD= util
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}= tests
|
|
|
|
.include <bsd.prog.mk>
|