diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-04-16 21:22:55 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-04-16 21:22:55 +0000 |
| commit | 6182fdbda82d66e069d86382987606cbba1972b1 (patch) | |
| tree | 8b86f578632961e1cd2aed57a2be13d993257d35 /sys/boot/alpha/netboot | |
| parent | 24c38be4da1f835f2125da7d5fa3632bc028131d (diff) | |
Notes
Diffstat (limited to 'sys/boot/alpha/netboot')
| -rw-r--r-- | sys/boot/alpha/netboot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/alpha/netboot/Makefile b/sys/boot/alpha/netboot/Makefile index 927522c4b638..4643addf4910 100644 --- a/sys/boot/alpha/netboot/Makefile +++ b/sys/boot/alpha/netboot/Makefile @@ -15,6 +15,7 @@ SRCS+= main.c conf.c dev_net.c .include <${.CURDIR}/../../common/Makefile.inc> CFLAGS+= -mno-fp-regs CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR} +CFLAGS+= -I${.CURDIR}/../../.. -I. CFLAGS+= -I${.OBJDIR} CFLAGS+= -DNETBOOT |
