freebsd-src/stand/i386/boot0sio/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

8 lines
104 B
Makefile

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