diff options
author | peter <peter@FreeBSD.org> | 2002-10-11 22:38:17 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-10-11 22:38:17 +0000 |
commit | 9d7b7c1465ab07f0f838a08be1b198ddfa1e9bcb (patch) | |
tree | 469649b87a1ec369b6bffe8e398f139431d96eb7 /lib/libc/Makefile | |
parent | c48c3e3e1c8e962ff7bd7da96280a1a2d071282e (diff) | |
download | FreeBSD-src-9d7b7c1465ab07f0f838a08be1b198ddfa1e9bcb.zip FreeBSD-src-9d7b7c1465ab07f0f838a08be1b198ddfa1e9bcb.tar.gz |
Zap the early-adopter transition aid before we get into serious
5.0-R territory, as threatened. This only affects antique 5.0
systems that have not had a 'make world' done for well over a year.
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r-- | lib/libc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 59e3578..757e2fa 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -10,7 +10,6 @@ # system call stubs. LIB=c SHLIB_MAJOR= 5 -CFLAGS+=-DLIBC_MAJOR=${SHLIB_MAJOR} CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include AINC= -I${.CURDIR}/${MACHINE_ARCH} CLEANFILES+=tags |