diff options
author | 2013-03-10 17:55:54 +0000 | |
---|---|---|
committer | 2013-03-10 17:55:54 +0000 | |
commit | cb53ed592fb0a445f50f07971b6e70868a31be25 (patch) | |
tree | a2b9c3872293f15d6ffa656db9f3dd5ea5e1724c | |
parent | Make it possible to call wsdisplay_cnattach() to override an already attached (diff) | |
download | wireguard-openbsd-cb53ed592fb0a445f50f07971b6e70868a31be25.tar.xz wireguard-openbsd-cb53ed592fb0a445f50f07971b6e70868a31be25.zip |
Put tip back but without the hardlink to cu for now, ok deraadt
-rw-r--r-- | usr.bin/Makefile | 4 | ||||
-rw-r--r-- | usr.bin/tip/Makefile | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index ddca4353b77..37f60b6b820 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.127 2013/03/09 19:27:48 nicm Exp $ +# $OpenBSD: Makefile,v 1.128 2013/03/10 17:55:54 nicm Exp $ .include <bsd.own.mk> @@ -23,7 +23,7 @@ SUBDIR= apply apropos ar arch asa asn1_compile at aucat audioctl awk banner \ rwho sdiff script sed sendbug shar showmount skey \ skeyaudit skeyinfo skeyinit sndiod \ sort spell split sqlite3 ssh stat su systat \ - sudo tail talk tcopy tcpbench tee telnet tftp tic time \ + sudo tail talk tcopy tcpbench tee telnet tftp tic tip time \ tmux top touch tput tr true tset tsort tty usbhidaction usbhidctl \ ul uname unexpand unifdef uniq units \ unvis users uudecode uuencode vacation vi vis vmstat w wall wc \ diff --git a/usr.bin/tip/Makefile b/usr.bin/tip/Makefile index 04d1f2965e1..2b28a3299f2 100644 --- a/usr.bin/tip/Makefile +++ b/usr.bin/tip/Makefile @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile,v 1.15 2010/07/02 07:40:03 nicm Exp $ +# $OpenBSD: Makefile,v 1.16 2013/03/10 17:55:54 nicm Exp $ PROG= tip -LINKS= ${BINDIR}/tip ${BINDIR}/cu -MAN= tip.1 cu.1 +MAN= tip.1 CFLAGS+=-I${.CURDIR} -DDEFBR=9600 -DDEFFS=BUFSIZ LDADD= -lutil |