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 Moved from sys/arch/alp...



details:   https://anonhg.NetBSD.org/src/rev/5546315a6cc9
branches:  trunk
changeset: 471560:5546315a6cc9
user:      cgd <cgd%NetBSD.org@localhost>
date:      Mon Apr 05 03:02:00 1999 +0000

description:
Moved from sys/arch/alpha/stand/installboot/Makefile,v

diffstat:

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

diffs (26 lines):

diff -r 7817b7775e93 -r 5546315a6cc9 sys/arch/alpha/stand/installboot.old/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/alpha/stand/installboot.old/Makefile     Mon Apr 05 03:02:00 1999 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.11 1999/04/05 03:02:00 cgd 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>



Home | Main Index | Thread Index | Old Index