diff options
author | 2000-11-19 20:20:25 +0000 | |
---|---|---|
committer | 2000-11-19 20:20:25 +0000 | |
commit | 28b26295da426e6d5da0eda847b419cd6b5ce9b2 (patch) | |
tree | 3b0d93eefd69cc8258067de41977d0141969a642 | |
parent | Remove prototypes for old BSD auth functions. New ones will live in (diff) | |
download | wireguard-openbsd-28b26295da426e6d5da0eda847b419cd6b5ce9b2.tar.xz wireguard-openbsd-28b26295da426e6d5da0eda847b419cd6b5ce9b2.zip |
Add -I${.CURDIR}/../../../../lib/libsa to CPPFLAGS so md5.c can find
stand.h; ok ericj@openbsd.org
-rw-r--r-- | sys/arch/alpha/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/boot/Makefile b/sys/arch/alpha/stand/boot/Makefile index 6b6501aaf1a..ec3cac60ce1 100644 --- a/sys/arch/alpha/stand/boot/Makefile +++ b/sys/arch/alpha/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 1997/10/27 16:20:50 millert Exp $ +# $OpenBSD: Makefile,v 1.10 2000/11/19 20:20:25 millert Exp $ # $NetBSD: Makefile,v 1.17 1997/04/17 07:27:46 thorpej Exp $ S= ${.CURDIR}/../../../.. @@ -21,7 +21,7 @@ CLEANFILES+= vers.c vers.o ${PROG}.sym ${PROG}.nosym ${HEADERSIZE_PROG} DEFNS= -DCOMPAT_UFS -DALPHA_BOOT_ECOFF # -DALPHA_BOOT_ELF AFLAGS += -DASSEMBLER ${DEFNS} -CPPFLAGS += -I${.CURDIR}/../.. -I${S} ${DEFNS} +CPPFLAGS += -I${.CURDIR}/../../../../lib/libsa -I${.CURDIR}/../.. -I${S} ${DEFNS} CFLAGS = -O2 -Werror -mno-fp-regs ${PROG}.nosym: ${PROG}.sym |