diff options
Diffstat (limited to 'sys/arch/alpha/stand/xxboot/Makefile')
-rw-r--r-- | sys/arch/alpha/stand/xxboot/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/arch/alpha/stand/xxboot/Makefile b/sys/arch/alpha/stand/xxboot/Makefile deleted file mode 100644 index 49c94548730..00000000000 --- a/sys/arch/alpha/stand/xxboot/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $NetBSD: Makefile,v 1.1 1995/02/13 23:08:46 cgd Exp $ - -all: xxboot - -xxboot: makexxboot - /bin/rm -f xxboot - ./makexxboot > xxboot - -clean cleandir: - /bin/rm -f xxboot makexxboot - -install: - install -c -o bin -g bin -m 444 xxboot ${DESTDIR}/usr/mdec/sdboot |