Moved to sys/arch/alpha/stand/installboot.old/Makefile,v

This commit is contained in:
cgd 1999-04-05 03:02:01 +00:00
parent 5863b697a0
commit 84d60a245d
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
# $NetBSD: Makefile,v 1.10 1999/02/13 02:54:37 lukem Exp $
.include <bsd.own.mk>
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 <bsd.prog.mk>