freebsd-dev/stand/userboot/test/Makefile
Warner Losh 8299b37f85 Centralize several variables.
MK_CTF, MK_SSP, MK_PROFILE, NO_PIC, and INTERNALLIB are always the
same, so set them in defs.mk. MAN= is common, so set it here too.
This removes a lot of boring repetition from the Makefiles that added
almost no value.
2018-02-02 06:32:26 +00:00

11 lines
118 B
Makefile

# $FreeBSD$
.include <bsd.init.mk>
PROG= test
INTERNALPROG=
CFLAGS= -I${BOOTSRC}/userboot
.include <bsd.prog.mk>