From f9602de6f7ec0f4f2ae814d87c9311c6763e4acc Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Tue, 9 May 2000 13:46:14 +0000 Subject: [PATCH] Add '-DPC98' to CFLAGS if MACHINE == pc98. --- sbin/bsdlabel/Makefile | 5 +++++ sbin/disklabel/Makefile | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile index bf77cff4c2cf..4090fc418d95 100644 --- a/sbin/bsdlabel/Makefile +++ b/sbin/bsdlabel/Makefile @@ -1,8 +1,13 @@ # @(#)Makefile 8.2 (Berkeley) 3/17/94 +# $FreeBSD$ PROG= disklabel SRCS= disklabel.c dkcksum.c MAN8= disklabel.8 MAN5= disklabel.5 +.if ${MACHINE} == "pc98" +CFLAGS+= -DPC98 +.endif + .include diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index bf77cff4c2cf..4090fc418d95 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,8 +1,13 @@ # @(#)Makefile 8.2 (Berkeley) 3/17/94 +# $FreeBSD$ PROG= disklabel SRCS= disklabel.c dkcksum.c MAN8= disklabel.8 MAN5= disklabel.5 +.if ${MACHINE} == "pc98" +CFLAGS+= -DPC98 +.endif + .include