diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2002-06-10 21:05:26 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2002-06-10 21:05:26 +0000 |
commit | d8a53c219e06e22f583c6b2a38a80ca759b8df5b (patch) | |
tree | 7b5050be3f2cc40e0b2aa444ce75ee00ca178dd5 /usr.sbin/mopd/otherOS | |
parent | eae23295b4c4f40eaa1bc99c4fd1c5d4c5050dcb (diff) |
Remove NO__P since __P has been removed. Found by hin@ -moj
Diffstat (limited to 'usr.sbin/mopd/otherOS')
-rw-r--r-- | usr.sbin/mopd/otherOS/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/mopd/otherOS/Makefile b/usr.sbin/mopd/otherOS/Makefile index b47bcce59ce..6028f3927db 100644 --- a/usr.sbin/mopd/otherOS/Makefile +++ b/usr.sbin/mopd/otherOS/Makefile @@ -1,7 +1,7 @@ # Copyright (c) 1993-1994 Mats O Jansson, Stockholm, Sweden # All rights reserved. # -# @(#) $OpenBSD: Makefile,v 1.3 1999/03/27 14:31:22 maja Exp $ +# @(#) $OpenBSD: Makefile,v 1.4 2002/06/10 21:05:25 maja Exp $ # Script (or program) that returns the machine and os types, # or jsut edit in the name yourself. @@ -11,7 +11,7 @@ REL=`cat ../common/VERSION` CCOPT = -O INCLUDES = -I.. -#rs6000-aix3#DEFINES = -D_AIX -D_BSD -DNO__P +#rs6000-aix3#DEFINES = -D_AIX -D_BSD #mopchk#SPEC_FLAGS= -DINFO -DNODL -DNOAOUT #mopd#SPEC_FLAGS= -DNOAOUT @@ -22,9 +22,9 @@ INCLUDES = -I.. STANDARD_CFLAGS = $(CCOPT) $(SPEC_FLAGS) $(DEFINES) $(INCLUDES) # CFLAGS definitions per machine vs. os -#sun3-sunos4#CFLAGS = $(STANDARD_CFLAGS) -DNO__P -#sun4-sunos4#CFLAGS = $(STANDARD_CFLAGS) -DNO__P -#sun4-sunos5#CFLAGS = $(STANDARD_CFLAGS) -DNO__P -DDLPIPF +#sun3-sunos4#CFLAGS = $(STANDARD_CFLAGS) +#sun4-sunos4#CFLAGS = $(STANDARD_CFLAGS) +#sun4-sunos5#CFLAGS = $(STANDARD_CFLAGS) -DDLPIPF #rs6000-aix3#CFLAGS = $(STANDARD_CFLAGS) #alpha-linux2#CFLAGS = $(STANDARD_CFLAGS) #i386-linux2#CFLAGS = $(STANDARD_CFLAGS) |