diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2019-02-13 07:11:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2019-02-13 07:11:22 +0000 |
commit | fd96c5d4c46e4250cc73d6ed70c4b6d44d320c6f (patch) | |
tree | 23f0f9578e0086763043eea476bf37b2e234b382 /lib/libcurses | |
parent | b657b103558879b2b819f7e82135e37738662eae (diff) |
Remove obsolete tbl suffix from ncurses man pages, no objections from
millert.
Diffstat (limited to 'lib/libcurses')
-rw-r--r-- | lib/libcurses/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile index 2b35d155149..ad4a2513ede 100644 --- a/lib/libcurses/Makefile +++ b/lib/libcurses/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.72 2017/07/10 21:30:37 espie Exp $ +# $OpenBSD: Makefile,v 1.73 2019/02/13 07:11:21 nicm Exp $ # Uncomment this to enable tracing in libcurses #CURSESTRACE=-DTRACE @@ -166,12 +166,3 @@ afterinstall: done .include <bsd.lib.mk> - -# must be at the end because bsd.lib.mk clears it -.SUFFIXES: .3 .3tbl .5 .5tbl - -.3tbl.3: - cp ${.IMPSRC} ${.TARGET} - -.5tbl.5: - cp ${.IMPSRC} ${.TARGET} |