diff options
author | 1997-04-21 00:41:32 +0000 | |
---|---|---|
committer | 1997-04-21 00:41:32 +0000 | |
commit | b528fa1b356e11a1d5860634c063b1f8b08238bb (patch) | |
tree | 287b50342bbf3852ce64f593ce4baea00254e5d5 | |
parent | Move hp300 rdsetroot.c to top level common directory, the one copy should (diff) | |
download | wireguard-openbsd-b528fa1b356e11a1d5860634c063b1f8b08238bb.tar.xz wireguard-openbsd-b528fa1b356e11a1d5860634c063b1f8b08238bb.zip |
don't forget $(SACFLAGS)
-rw-r--r-- | sys/arch/i386/stand/libz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/libz/Makefile b/sys/arch/i386/stand/libz/Makefile index 0fa45b87a9c..59805f6206c 100644 --- a/sys/arch/i386/stand/libz/Makefile +++ b/sys/arch/i386/stand/libz/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 1997/04/17 22:34:19 weingart Exp $ +# $OpenBSD: Makefile,v 1.4 1997/04/21 00:41:32 mickey Exp $ # $NetBSD: Makefile,v 1.2 1997/01/22 01:36:30 cgd Exp $ +CFLAGS+=${SACFLAGS} S=${.CURDIR}/../../../.. ZDST=${.OBJDIR} |