848c1050ee
further, and just use PROG directly (without FILES). Suggested by: bde
8 lines
97 B
Makefile
8 lines
97 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../boot0
|
|
|
|
PROG= boot0ext
|
|
|
|
.include "${.CURDIR}/../boot0/Makefile"
|