freebsd-dev/sys/boot/i386/boot0sio/Makefile
Ruslan Ermilov 848c1050ee Thanks to David's patches, we can now simplify these makefiles
further, and just use PROG directly (without FILES).

Suggested by:	bde
2004-04-28 21:31:21 +00:00

9 lines
116 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../boot0
PROGNAME= boot0sio
CFLAGS+= -DSIO
.include "${.CURDIR}/../boot0/Makefile"