diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-13 11:24:03 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-13 11:24:03 +0000 |
| commit | 423e9124d93b45cff0edd3a61cba89f5efe3e0b4 (patch) | |
| tree | 2f82acb9342a7dc29d05ab917d63f2a234aa4fa7 /gnu/usr.bin/cvs/lib | |
| parent | 46f8fdc34e061de76cb8dfa19872edcd2fe2c66b (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cvs/lib')
| -rw-r--r-- | gnu/usr.bin/cvs/lib/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/usr.bin/cvs/lib/Makefile b/gnu/usr.bin/cvs/lib/Makefile index 0b07c397d64c..c57e69529d37 100644 --- a/gnu/usr.bin/cvs/lib/Makefile +++ b/gnu/usr.bin/cvs/lib/Makefile @@ -9,9 +9,7 @@ MAINTAINER= peter@FreeBSD.org .PATH: ${CVSDIR}/man LIB= cvs - -NOPROFILE= yes -NOPIC= yes +INTERNALLIB= YES CFLAGS+= -I${.CURDIR} -I${CVSDIR}/src -I${CVSDIR}/lib CFLAGS+= -DHAVE_CONFIG_H @@ -22,7 +20,4 @@ SRCS= argmatch.c getdate.y getline.c \ sighandle.c stripslash.c \ xgetwd.c yesno.c -install: - @echo -n - .include <bsd.lib.mk> |
