summaryrefslogtreecommitdiffstats
path: root/share/doc/psd/19.curses/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/psd/19.curses/Makefile')
-rw-r--r--share/doc/psd/19.curses/Makefile41
1 files changed, 0 insertions, 41 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>
OpenPOWER on IntegriCloud