mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
- do not use PROG for what's not a real C program, - use sys.mk transformation rules where possible, - only create the "machine" symlink on AMD64, - removed MAINTAINER lines in individual makefiles, - added the LIBSTAND defitinion to <bsd.libnames.mk>, - somewhat better contents in .depend files. Tested on: i386, amd64 Prodded by: bde
7 lines
97 B
Makefile
7 lines
97 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../boot0
|
|
|
|
BOOT= boot0sio
|
|
|
|
.include "${.CURDIR}/../boot0/Makefile"
|