From 5db2b9d5b3371f0f9ee8b69caba9e7c1e641877f Mon Sep 17 00:00:00 2001 From: ru Date: Sun, 24 Oct 2004 15:33:08 +0000 Subject: For variables that are only checked with defined(), don't provide any fake value. --- sys/dev/aic7xxx/aicasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/aic7xxx') diff --git a/sys/dev/aic7xxx/aicasm/Makefile b/sys/dev/aic7xxx/aicasm/Makefile index fa35af3..41499b2 100644 --- a/sys/dev/aic7xxx/aicasm/Makefile +++ b/sys/dev/aic7xxx/aicasm/Makefile @@ -33,7 +33,7 @@ CFLAGS+= ${NOSTDINC} -I/usr/include -I. .ifdef MAKESRCPATH CFLAGS+= -I${MAKESRCPATH} .endif -NOMAN= noman +NOMAN= YFLAGS= -b ${.TARGET:R} ${.TARGET:M*macro*:S/$(.TARGET)/-p mm/} -d LFLAGS+= ${.TARGET:M*macro*:S/$(.TARGET)/-Pmm/} -- cgit v1.1