I don't want to read about all the people that forgot this due to syscons

changes, so I am adding it here until AFTER the 1.1 release:
+ COPTFLAGS+=-D__FreeBSD__
This commit is contained in:
Rodney W. Grimes 1994-02-17 06:51:15 +00:00
parent f2ba1017cc
commit dbd8393f77
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1169
3 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# $Id: Makefile.i386,v 1.20 1994/01/27 21:10:14 nate Exp $
# $Id: Makefile.i386,v 1.21 1994/02/13 20:37:32 jkh Exp $
#
# Makefile for FreeBSD
#
@ -39,6 +39,7 @@ CWARNFLAGS=-W -Wreturn-type -Wcomment
# of material assistance.
#
COPTFLAGS=-O
COPTFLAGS+=-D__FreeBSD__
INCLUDES= -I. -I$S -I$S/sys
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -Di386 -DNPX
ASFLAGS=

View file

@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# $Id: Makefile.i386,v 1.20 1994/01/27 21:10:14 nate Exp $
# $Id: Makefile.i386,v 1.21 1994/02/13 20:37:32 jkh Exp $
#
# Makefile for FreeBSD
#
@ -39,6 +39,7 @@ CWARNFLAGS=-W -Wreturn-type -Wcomment
# of material assistance.
#
COPTFLAGS=-O
COPTFLAGS+=-D__FreeBSD__
INCLUDES= -I. -I$S -I$S/sys
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -Di386 -DNPX
ASFLAGS=

View file

@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# $Id: Makefile.i386,v 1.20 1994/01/27 21:10:14 nate Exp $
# $Id: Makefile.i386,v 1.21 1994/02/13 20:37:32 jkh Exp $
#
# Makefile for FreeBSD
#
@ -39,6 +39,7 @@ CWARNFLAGS=-W -Wreturn-type -Wcomment
# of material assistance.
#
COPTFLAGS=-O
COPTFLAGS+=-D__FreeBSD__
INCLUDES= -I. -I$S -I$S/sys
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -Di386 -DNPX
ASFLAGS=