848c1050ee
further, and just use PROG directly (without FILES). Suggested by: bde
9 lines
116 B
Makefile
9 lines
116 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../boot0
|
|
|
|
PROGNAME= boot0sio
|
|
CFLAGS+= -DSIO
|
|
|
|
.include "${.CURDIR}/../boot0/Makefile"
|