mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 00:58:36 -04:00
Override OSNAME to change the name of the OS in the installer. This is a first step, the shell changes will be separate. Reviewed by: allanjude Approved by: allanjude Differential Revision: https://reviews.freebsd.org/D34878 Sponsored by: Rubicon Communications, LLC ("Netgate")
10 lines
175 B
Makefile
10 lines
175 B
Makefile
# $FreeBSD$
|
|
|
|
BINDIR= ${LIBEXECDIR}/bsdinstall
|
|
PROG= distfetch
|
|
CFLAGS+= -I${SRCTOP}/contrib/bsddialog/lib -I${.OBJDIR}/..
|
|
LIBADD= fetch bsddialog
|
|
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|