diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-15 13:24:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-15 13:24:00 +0000 |
commit | 16e6368fcf48fd35bd3e11b2182df10002365362 (patch) | |
tree | 3bc111d3450384a6e8f6cdca6c722955fa3956e4 /usr.bin | |
parent | ea339d933eb49ce9f5c200da92ee429f44c679f5 (diff) |
adjust Makefile for my man changes;
fixes user/5449
thanks Owain Ainsworth for pointing out my stupid mistake
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/Makefile b/usr.bin/cvs/Makefile index 75ffcc6ca9b..e47b522cfa9 100644 --- a/usr.bin/cvs/Makefile +++ b/usr.bin/cvs/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.37 2007/02/14 06:34:20 niallo Exp $ +# $OpenBSD: Makefile,v 1.38 2007/04/15 13:23:59 jmc Exp $ PROG= opencvs -MAN= cvs.1 cvsignore.5 cvsrc.5 cvswrappers.5 cvsintro.7 +MAN= cvs.1 cvs.5 cvsintro.7 CPPFLAGS+=-I${.CURDIR} SRCS= cvs.c add.c admin.c annotate.c commit.c config.c checkout.c client.c \ |