mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
11 lines
251 B
Makefile
11 lines
251 B
Makefile
# $FreeBSD$
|
|
# $NetBSD: Makefile,v 1.12 1998/02/19 14:18:36 drochner Exp $
|
|
|
|
BOOT= netboot
|
|
NO_MAN=
|
|
NEWVERSWHAT= "SRM net boot" alpha
|
|
LOAD_ADDRESS= ${PRIMARY_LOAD_ADDRESS}
|
|
|
|
CFLAGS+= -DLOADER_NET_SUPPORT
|
|
|
|
.include "${.CURDIR}/../common/Makefile.common"
|