diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-03-02 11:29:25 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-03-02 11:29:25 +0000 |
commit | 586bddcca516a1438fde6f511450b134c57fc6c6 (patch) | |
tree | 739b25b70c05df50e86d9116e0a2391c7500fe92 /usr.bin/cvs/Makefile | |
parent | d1693064949928a7a88ecc8d32ccbdfb928468af (diff) |
- Remove LIBZ from DPADD.
- Garbage collect DPADD and LDADD.
ok joris@
Diffstat (limited to 'usr.bin/cvs/Makefile')
-rw-r--r-- | usr.bin/cvs/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/cvs/Makefile b/usr.bin/cvs/Makefile index 9fbdf843d44..5a908cd714f 100644 --- a/usr.bin/cvs/Makefile +++ b/usr.bin/cvs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.44 2008/03/01 22:39:22 joris Exp $ +# $OpenBSD: Makefile,v 1.45 2008/03/02 11:29:24 brad Exp $ PROG= opencvs MAN= cvsintro.7 # cvs.1 cvs.5 @@ -19,9 +19,6 @@ CFLAGS+=-Wsign-compare DEBUG= -g -ggdb YFLAGS= -DPADD+= ${LIBZ} -LDADD+= - INSTALL_STRIP= .include <bsd.prog.mk> |