diff options
Diffstat (limited to 'stand/sparc64/zfsboot/Makefile')
-rw-r--r-- | stand/sparc64/zfsboot/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/stand/sparc64/zfsboot/Makefile b/stand/sparc64/zfsboot/Makefile deleted file mode 100644 index 9e58c27eb067..000000000000 --- a/stand/sparc64/zfsboot/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -.PATH: ${.CURDIR}/../boot1 - -PROGNAME= zfsboot -CFLAGS+= -DZFSBOOT -FILES= zfsboot - -.include "${.CURDIR}/../boot1/Makefile" |