diff options
author | 2005-10-26 07:02:59 +0000 | |
---|---|---|
committer | 2005-10-26 07:02:59 +0000 | |
commit | 110cc1d50ea28397ff6025a2f03e6fbb05ff53d1 (patch) | |
tree | e04b04658a33fbe69b845c3784138dff36fb12a4 | |
parent | Instead of using arc4random() to modulate the TCP isn, call tcp_rndiss_next() (diff) | |
download | wireguard-openbsd-110cc1d50ea28397ff6025a2f03e6fbb05ff53d1.tar.xz wireguard-openbsd-110cc1d50ea28397ff6025a2f03e6fbb05ff53d1.zip |
install ident and rlog too; joris ok
-rw-r--r-- | usr.bin/rcs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/rcs/Makefile b/usr.bin/rcs/Makefile index 780e082ccab..bbd3132395a 100644 --- a/usr.bin/rcs/Makefile +++ b/usr.bin/rcs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2005/10/23 04:07:06 joris Exp $ +# $OpenBSD: Makefile,v 1.22 2005/10/26 07:02:59 xsa Exp $ .PATH: ${.CURDIR}/../cvs @@ -11,7 +11,8 @@ CPPFLAGS+=-I${.CURDIR}/../cvs -DRCSPROG LINKS= ${BINDIR}/rcs ${BINDIR}/ci ${BINDIR}/rcs ${BINDIR}/co \ ${BINDIR}/rcs ${BINDIR}/rcsclean ${BINDIR}/rcs ${BINDIR}/rcsdiff \ - ${BINDIR}/rcs ${BINDIR}/rcsmerge + ${BINDIR}/rcs ${BINDIR}/rcsmerge ${BINDIR}/rcs ${BINDIR}/rlog \ + ${BINDIR}/rcs ${BINDIR}/ident #MLINKS= rcs.1 ci.1 rcs.1 co.1 rcs.1 rcsclean.1 rcs.1 rcsdiff.1 CFLAGS+= -Wall |