=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/rcs/Makefile 2005/04/15 15:46:21 1.1 --- src/usr.bin/rcs/Makefile 2005/04/15 16:15:34 1.2 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.1 2005/04/15 15:46:21 deraadt Exp $ .PATH: ${.CURDIR}/../cvs --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.2 2005/04/15 16:15:34 deraadt Exp $ .PATH: ${.CURDIR}/../cvs *************** *** 7,14 **** SRCS= rcsprog.c buf.c log.c rcs.c rcsnum.c strtab.c CFLAGS+=-I${.CURDIR}/../cvs - - BINDIR= /usr/bin # Don't build the links until we actually support those commands #LINKS= ${BINDIR}/ci ${BINDIR}/co ${BINDIR}/rcsclean ${BINDIR}/rcsdiff --- 7,12 ----