mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 03:11:52 +01:00
43581d7b66
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
14 lines
161 B
Makefile
14 lines
161 B
Makefile
|
|
PACKAGE= runtime
|
|
|
|
CONFS= gettytab
|
|
PROG= getty
|
|
SRCS= main.c init.c subr.c chat.c
|
|
LIBADD= util
|
|
MAN= gettytab.5 ttys.5 getty.8
|
|
|
|
WFORMAT=0
|
|
|
|
.include <bsd.prog.mk>
|
|
|