diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 03:54:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 03:54:39 +0000 |
commit | f12226068d16673eea9adafe99388f1061d3309f (patch) | |
tree | 90cb542d279e793d072ffc6e9f1f1add1f07179e /sys/arch/alpha/stand/xxboot/Makefile | |
parent | 470d0389b66fade522060561cc0c6ba36e01e7cb (diff) |
update to netbsd
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 |