diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2006-04-29 16:26:57 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2006-04-29 16:26:57 +0000 |
commit | 57dd93e4e7b3aa19bad96b65e1df36af2e725b69 (patch) | |
tree | d89d9eaba5cb7b4bff4f5516b7958d0166cf6dca /usr.sbin/mopd/otherOS | |
parent | 657af46631787afef0ccb38c58cfa95066cdcf49 (diff) |
Change the compile time option -DINFO into a runtime option to get ride
of some lint warnings. -moj
Diffstat (limited to 'usr.sbin/mopd/otherOS')
-rw-r--r-- | usr.sbin/mopd/otherOS/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mopd/otherOS/Makefile b/usr.sbin/mopd/otherOS/Makefile index 6028f3927db..72781085a23 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.4 2002/06/10 21:05:25 maja Exp $ +# @(#) $OpenBSD: Makefile,v 1.5 2006/04/29 16:26:56 maja Exp $ # Script (or program) that returns the machine and os types, # or jsut edit in the name yourself. @@ -13,7 +13,7 @@ CCOPT = -O INCLUDES = -I.. #rs6000-aix3#DEFINES = -D_AIX -D_BSD -#mopchk#SPEC_FLAGS= -DINFO -DNODL -DNOAOUT +#mopchk#SPEC_FLAGS= -DNODL -DNOAOUT #mopd#SPEC_FLAGS= -DNOAOUT #mopprobe#SPEC_FLAGS= -DNODL #moptrace#SPEC_FLAGS= |