freebsd-src/share/tabset/Makefile
Warner Losh 97759ccc71 share: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by:		Netflix
2023-11-26 22:23:29 -07:00

15 lines
287 B
Makefile

FILES= 3101 9837 aa aed512 beehive diablo dtc382 hp700-wy ibm3101 std \
stdcrt tandem653 teleray vt100 vt100-w wyse-adds xerox1720 xerox1730 \
xerox1730-lm zenith29
CLEANFILES+= ${FILES}
.SUFFIXES: .uu
.uu:
uudecode < ${.IMPSRC}
FILESDIR= ${BINDIR}/tabset
.include <bsd.prog.mk>