mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 22:01:05 +01:00
97759ccc71
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
15 lines
287 B
Makefile
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>
|