mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
ca987d4641
Sponsored by: Netflix
15 lines
138 B
Makefile
15 lines
138 B
Makefile
# $FreeBSD$
|
|
|
|
|
|
MAN=
|
|
|
|
.include <bsd.init.mk>
|
|
MK_SSP= no
|
|
|
|
PROG= test
|
|
INTERNALPROG=
|
|
|
|
CFLAGS+= -I${BOOTSRC}/userboot
|
|
|
|
.include <bsd.prog.mk>
|