From 82a22cc1ed3b46a7c57d98747dc1b0d617c2ff72 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Sun, 11 Jan 2004 09:11:10 +0000 Subject: [PATCH] '-DPC98' is not needed. --- sbin/bsdlabel/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile index 92250ae06e0f..716dab3db69e 100644 --- a/sbin/bsdlabel/Makefile +++ b/sbin/bsdlabel/Makefile @@ -17,10 +17,6 @@ MLINKS= bsdlabel.8 disklabel.8 DPADD= ${LIBGEOM} LDADD= -lgeom -.if ${MACHINE} == "pc98" -CFLAGS+=-DPC98 -.endif - .include test: ${PROG}