diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-03-29 19:45:07 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-03-29 19:45:07 +0000 |
| commit | 79d07a3202ff6c9543aa1fea64376a7176476eee (patch) | |
| tree | be68cef77d518b3dbb7dbef95ca41cc8f3122a71 | |
| parent | ffdb787e624a0fa0b2d1da38174163cad1e6c531 (diff) | |
Notes
| -rw-r--r-- | lib/libcompat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile index ad036287ccd4..9596594c6449 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= |
