summaryrefslogtreecommitdiffstats
path: root/lib/libcompat
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-03-29 19:45:07 +0000
committerache <ache@FreeBSD.org>1997-03-29 19:45:07 +0000
commitcbbcd6ad7e013d4f70319f0ef9f4128af7b08e6f (patch)
tree10b0ccd2bf6f35233b09d4cc6f160d49f26db4da /lib/libcompat
parent63a7010524ec7d3eec3f2e024b923db547faf5aa (diff)
downloadFreeBSD-src-cbbcd6ad7e013d4f70319f0ef9f4128af7b08e6f.zip
FreeBSD-src-cbbcd6ad7e013d4f70319f0ef9f4128af7b08e6f.tar.gz
Remove unneded define from CFLAGS (from orand* compatibility)
Diffstat (limited to 'lib/libcompat')
-rw-r--r--lib/libcompat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile
index ad03628..9596594 100644
--- a/lib/libcompat/Makefile
+++ b/lib/libcompat/Makefile
@@ -1,7 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
LIB=compat
-CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -DCOMPAT_WEAK_SEEDING
+CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS
AINC= -I${.CURDIR}/../libc/${MACHINE}
NOPIC=
OpenPOWER on IntegriCloud