diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2007-02-14 06:34:21 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2007-02-14 06:34:21 +0000 |
commit | c0ee17f8a87572d939303625dd47ff63957d5919 (patch) | |
tree | 938962d1ab1858fbcc63a5a55707b98fa47617a2 /usr.bin/cvs | |
parent | da1f8acac0f7edb60e72ff43ab3d7df2fa415ae3 (diff) |
Fix spacing in Makefile.
ok joris@
From: Igor Sobrado <igor at string1.ciencias.uniovi.es>
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/cvs/Makefile b/usr.bin/cvs/Makefile index 74be19641e3..75ffcc6ca9b 100644 --- a/usr.bin/cvs/Makefile +++ b/usr.bin/cvs/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.36 2007/02/12 14:35:28 xsa Exp $ +# $OpenBSD: Makefile,v 1.37 2007/02/14 06:34:20 niallo Exp $ PROG= opencvs -MAN= cvs.1 cvsignore.5 cvsrc.5 cvswrappers.5 cvsintro.7 +MAN= cvs.1 cvsignore.5 cvsrc.5 cvswrappers.5 cvsintro.7 CPPFLAGS+=-I${.CURDIR} SRCS= cvs.c add.c admin.c annotate.c commit.c config.c checkout.c client.c \ @@ -18,8 +18,8 @@ CFLAGS+=-Wsign-compare DEBUG= -g -ggdb YFLAGS= -DPADD+= ${LIBZ} -LDADD+= -lz +DPADD+= ${LIBZ} +LDADD+= -lz INSTALL_STRIP= |