diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2003-08-19 23:01:46 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2003-08-19 23:01:46 +0000 |
| commit | 89a26fd1fce00fc24d05956b3b32ac782ab144a4 (patch) | |
| tree | 5b436576d8b07d6ddd0812df2201b0d2c7da9912 /lib/libc/Makefile | |
| parent | 0a915fad5da8eccfd534ec4fc376a06e1576b572 (diff) | |
Notes
Diffstat (limited to 'lib/libc/Makefile')
| -rw-r--r-- | lib/libc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 79ad35d96cd1..1969291effda 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -9,6 +9,7 @@ # (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the # system call stubs. LIB=c +# If you bump SHLIB_MAJOR, remove kluge from gen/gethostname.c. SHLIB_MAJOR= 5 SHLIBDIR?= /lib CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include |
