diff --git a/sys/arch/alpha/stand/installboot/Makefile b/sys/arch/alpha/stand/installboot/Makefile deleted file mode 100644 index cd9c7b7d9624..000000000000 --- a/sys/arch/alpha/stand/installboot/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.10 1999/02/13 02:54:37 lukem Exp $ - -.include - -PROG= installboot -BINDIR= /usr/mdec - -WARNS?= 1 - -.PATH: ${.CURDIR}/../../../../../sbin/disklabel - -SRCS= installboot.c cd9660.c dkcksum.c - -MKMAN= no - -CFLAGS+= -g -I${.CURDIR}/../.. -LDSTATIC?=-static - -LDADD+= -lutil -DPADD+= ${LIBUTIL} - -.include