summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniallo <niallo@openbsd.org>2006-12-28 13:55:53 +0000
committerniallo <niallo@openbsd.org>2006-12-28 13:55:53 +0000
commitfbfe2b88d424a95f095170e47f93261a19a45b4b (patch)
tree77634c650a460522ea38a6cf576b7110b7de8537
parenttweaks; (diff)
downloadwireguard-openbsd-fbfe2b88d424a95f095170e47f93261a19a45b4b.tar.xz
wireguard-openbsd-fbfe2b88d424a95f095170e47f93261a19a45b4b.zip
- remove un-needed trailing backslash from LINKS declaration.
noticed by Igor Sobrado <igor at string1.ciencias.uniovi.es>
-rw-r--r--usr.bin/rcs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/Makefile b/usr.bin/rcs/Makefile
index 15bf4a1a7bf..c8f0c9587a8 100644
--- a/usr.bin/rcs/Makefile
+++ b/usr.bin/rcs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.36 2006/05/15 07:00:14 xsa Exp $
+# $OpenBSD: Makefile,v 1.37 2006/12/28 13:55:53 niallo Exp $
.PATH: ${.CURDIR}/..
@@ -12,7 +12,7 @@ SRCS= ci.c co.c ident.c merge.c rcsclean.c rcsdiff.c rcsmerge.c rcsprog.c \
LINKS= ${BINDIR}/rcs ${BINDIR}/ci ${BINDIR}/rcs ${BINDIR}/co \
${BINDIR}/rcs ${BINDIR}/ident ${BINDIR}/rcs ${BINDIR}/merge \
${BINDIR}/rcs ${BINDIR}/rcsclean ${BINDIR}/rcs ${BINDIR}/rcsdiff \
- ${BINDIR}/rcs ${BINDIR}/rcsmerge ${BINDIR}/rcs ${BINDIR}/rlog \
+ ${BINDIR}/rcs ${BINDIR}/rcsmerge ${BINDIR}/rcs ${BINDIR}/rlog
CPPFLAGS+=-I${.CURDIR}
CFLAGS+=-Wall