freebsd-dev/sys/boot/i386/boot0ext/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

8 lines
97 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../boot0
PROG= boot0ext
.include "${.CURDIR}/../boot0/Makefile"