diff options
author | peter <peter@FreeBSD.org> | 1999-11-26 09:28:33 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-11-26 09:28:33 +0000 |
commit | 434ff9c85c6feff91d33842e3cfa31752b62fc0e (patch) | |
tree | 50ffe4ebf27e44c4f906b7bc75ca724b87be901c /share | |
parent | 5dbe9d95ba6c01dda4fc6674a04710414cd4ca33 (diff) | |
download | FreeBSD-src-434ff9c85c6feff91d33842e3cfa31752b62fc0e.zip FreeBSD-src-434ff9c85c6feff91d33842e3cfa31752b62fc0e.tar.gz |
To avoid confusion, zap libcurses. ncurses provides both curses, termcap
and termlib (terminfo) support.
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/psd/19.curses/Makefile | 41 | ||||
-rw-r--r-- | share/doc/psd/Makefile | 2 |
2 files changed, 1 insertions, 42 deletions
diff --git a/share/doc/psd/19.curses/Makefile b/share/doc/psd/19.curses/Makefile deleted file mode 100644 index 37c4cb4..0000000 --- a/share/doc/psd/19.curses/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# From: @(#)Makefile 8.1 (Berkeley) 8/14/93 -# $FreeBSD$ - -VOLUME= psd/19.curses -SRCS= Master -MACROS= -me -SRCDIR= ${.CURDIR}/../../../../lib/libcurses/PSD.doc - -cfiles= ex1.c twinkle1.c -OBJS= ${cfiles:S;.c$;.gr;} intro.2.tbl -files= intro.0 intro.1 intro.3 intro.4 intro.5 intro.6 \ - macros c_macros fns.doc appen.A -EXTRA= ${files} -CLEANFILES+= ${OBJS} ${files} Master -USE_SOELIM= yes -USE_SOELIMPP= yes - - -.SUFFIXES: -.SUFFIXES: .c .gr - -# -# this section formats C input source into nice troffable (or nroffable) -# versions. It uses the capabilites of "vgrind", which sets keywords in -# bold font, and comments in italics. -# - -# Don't re-run vgrind unless you want to patch the output files. -VFONT= /usr/libexec/vfontedpr -.c.gr: - ${VFONT} ${.IMPSRC} | grep -v "^'wh" > ${.TARGET} - -intro.2.tbl: intro.2 - ${TBL} ${SRCDIR}/intro.2 > intro.2.tbl - -Master: ${files} - @for file in ${.TARGET} ${files}; do \ - test -e $$file || ln -s ${SRCDIR}/$${file} . ;\ - done - -.include <bsd.doc.mk> diff --git a/share/doc/psd/Makefile b/share/doc/psd/Makefile index 83b72e0..7099bed 100644 --- a/share/doc/psd/Makefile +++ b/share/doc/psd/Makefile @@ -12,7 +12,7 @@ # 07.pascal 08.f77 09.f77io SUBDIR= title contents -SUBDIR+= 05.sysman 12.make 13.rcs 18.gprof 19.curses 20.ipctut 21.ipc +SUBDIR+= 05.sysman 12.make 13.rcs 18.gprof 20.ipctut 21.ipc # The following modules are new in FreeBSD: SUBDIR+= 22.rpcgen 23.rpc 24.xdr 25.xdrrfc 26.rpcrfc 27.nfsrpc |