diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-28 12:08:22 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-28 12:08:22 +0000 |
| commit | 4ecbb303465d9a56a783068c2bcd2cf6255b6d4f (patch) | |
| tree | 76b10b0143fafad620c24bc602b75b051186f1c9 /lib/libtelnet | |
| parent | 1005a129e5ff4af4709d281023e8a101a28fcb82 (diff) | |
Notes
Diffstat (limited to 'lib/libtelnet')
| -rw-r--r-- | lib/libtelnet/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile index 9e791748797a..8ee712971c55 100644 --- a/lib/libtelnet/Makefile +++ b/lib/libtelnet/Makefile @@ -2,9 +2,13 @@ # $FreeBSD$ LIB= telnet + +INTERNALLIB=yes +INTERNALSTATICLIB=yes +NOPIC= yes + SRCS= genget.c getent.c misc.c CFLAGS+= -DHAS_CGETENT -NOPIC= true # # Remove obsolete shared libraries, if any. We don't bother moving them |
