summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1999-03-11 07:05:20 +0000
committermillert <millert@openbsd.org>1999-03-11 07:05:20 +0000
commit83bb1307dab96df21bd11dc5f7df6deb20a00136 (patch)
treead851cfd30fb06495c4b9d37394ca3a6ae31f134
parentTone down the log levels (Log{ERROR,WARN} -> LogCCP) (diff)
downloadwireguard-openbsd-83bb1307dab96df21bd11dc5f7df6deb20a00136.tar.xz
wireguard-openbsd-83bb1307dab96df21bd11dc5f7df6deb20a00136.zip
tell the user exactly what to do when *.src is 0 length
-rw-r--r--share/termtypes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/termtypes/Makefile b/share/termtypes/Makefile
index 74a7237b8ab..abb1b80c96e 100644
--- a/share/termtypes/Makefile
+++ b/share/termtypes/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 1999/03/05 05:08:31 millert Exp $
+# $OpenBSD: Makefile,v 1.9 1999/03/11 07:05:20 millert Exp $
#
# Take termcap/terminfo master file and generate termcap/terminfo .db files
# master: http://www.tuxedo.org/~esr/terminfo/termtypes.master.gz
@@ -14,7 +14,7 @@ terminfo.src: termtypes.master
-e 's,/usr/lib/tabset,/usr/share/tabset,g' \
> ${.TARGET}
@if [ ! -s ${.TARGET} ]; then \
- echo ${.TARGET} is zero length! ;\
+ echo ${.TARGET} is zero length! You need to update /usr/bin/tic ;\
exit 1 ;\
fi
@@ -27,7 +27,7 @@ termcap.src: termtypes.master
-e 's,/usr/lib/tabset,/usr/share/tabset,g' \
> ${.TARGET}
@if [ ! -s ${.TARGET} ]; then \
- echo ${.TARGET} is zero length! ;\
+ echo ${.TARGET} is zero length! You need to update /usr/bin/tic ;\
exit 1 ;\
fi