Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/stand/installboot.old trim off unnecessary bits



details:   https://anonhg.NetBSD.org/src/rev/ba953f451025
branches:  trunk
changeset: 471584:ba953f451025
user:      cgd <cgd%NetBSD.org@localhost>
date:      Mon Apr 05 05:07:04 1999 +0000

description:
trim off unnecessary bits

diffstat:

 sys/arch/alpha/stand/installboot.old/Makefile |  15 ++-------------
 1 files changed, 2 insertions(+), 13 deletions(-)

diffs (27 lines):

diff -r 81aed6cb187d -r ba953f451025 sys/arch/alpha/stand/installboot.old/Makefile
--- a/sys/arch/alpha/stand/installboot.old/Makefile     Mon Apr 05 05:01:44 1999 +0000
+++ b/sys/arch/alpha/stand/installboot.old/Makefile     Mon Apr 05 05:07:04 1999 +0000
@@ -1,21 +1,10 @@
-# $NetBSD: Makefile,v 1.11 1999/04/05 03:02:00 cgd Exp $
-
-.include <bsd.own.mk>
+# $NetBSD: Makefile,v 1.12 1999/04/05 05:07:04 cgd Exp $
 
-PROG=  installboot
-BINDIR=        /usr/mdec
-
-WARNS?=        1
+PROG=  installboot.old
 
 .PATH: ${.CURDIR}/../../../../../sbin/disklabel
-
 SRCS=  installboot.c cd9660.c dkcksum.c
 
-MKMAN= no
-
-CFLAGS+= -g -I${.CURDIR}/../..
-LDSTATIC?=-static
-
 LDADD+=        -lutil
 DPADD+= ${LIBUTIL}
 



Home | Main Index | Thread Index | Old Index