diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2016-01-17 03:08:39 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2016-01-17 03:08:39 +0000 |
| commit | eef6e3554cbc98665096d28ff18f256507fbd554 (patch) | |
| tree | 8d2192e56883a74a52350da5528419db667dbe7c /sys | |
| parent | 19234e819b7a3c8e0f7b5385593e716a4399461b (diff) | |
Make this build without installed DESTDIR files.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/vax/boot/boot/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/vax/boot/boot/Makefile b/sys/arch/vax/boot/boot/Makefile index 7912722141b..210e477a63c 100644 --- a/sys/arch/vax/boot/boot/Makefile +++ b/sys/arch/vax/boot/boot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2014/05/24 07:38:42 martin Exp $ +# $NetBSD: Makefile,v 1.43 2016/01/17 03:08:39 tsutsui Exp $ S= ${.CURDIR}/../../../.. @@ -8,7 +8,13 @@ PROG= boot DEVS= hp.c ctu.c ra.c mfm.c if_qe.c if_le.c if_ze.c if_de.c if_ni.c SRCS= srt0.S boot.c devopen.c conf.c autoconf.c netio.c rom.c romread.S \ consio.c consio2.S str.S ${DEVS} findcpu.c vers.c + +# XXX SHOULD NOT NEED TO DEFINE THESE! LIBC= +LIBCRT0= +LIBCRTI= +LIBCRTBEGIN= +LIBCRTEND= CLEANFILES+=${PROG} ${PROG}.sym vers.c # XXX - hack, doesn't work with -O2 and gcc 4.8 |
