diff options
author | rwatson <rwatson@FreeBSD.org> | 2005-08-03 00:47:33 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2005-08-03 00:47:33 +0000 |
commit | 761a1339b85364302ecb35ff2078ce83febfbe95 (patch) | |
tree | 4c4359ec422861f8f4d4e3151e321965782a741d /sys | |
parent | 6f4c090af6efd8ec9daa15b1e940864055d58059 (diff) | |
download | FreeBSD-src-761a1339b85364302ecb35ff2078ce83febfbe95.zip FreeBSD-src-761a1339b85364302ecb35ff2078ce83febfbe95.tar.gz |
Back out change accidentally committed as Makefile:1.21 -- a local
tweak to let the 6.x/7.x kernel series build on a 5.x userland.
Pointed out by: njl
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/aic7xxx/aicasm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aicasm/Makefile b/sys/dev/aic7xxx/aicasm/Makefile index 326f6f4..e89fd34 100644 --- a/sys/dev/aic7xxx/aicasm/Makefile +++ b/sys/dev/aic7xxx/aicasm/Makefile @@ -33,7 +33,6 @@ CFLAGS+= ${NOSTDINC} -I/usr/include -I. .ifdef MAKESRCPATH CFLAGS+= -I${MAKESRCPATH} .endif -NOMAN= NO_MAN= YFLAGS= -b ${.TARGET:R} ${.TARGET:M*macro*:S/$(.TARGET)/-p mm/} -d LFLAGS+= ${.TARGET:M*macro*:S/$(.TARGET)/-Pmm/} |