xref: /freebsd/libexec/getty/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1PACKAGE=	runtime
2
3CONFS=	gettytab
4PROG=	getty
5SRCS=	main.c init.c subr.c chat.c
6LIBADD=	util
7MAN=	gettytab.5 ttys.5 getty.8
8
9WFORMAT=0
10
11.include <bsd.prog.mk>
12
13