]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/getty/Makefile
ifconfig(8): wordsmith -G and -g descriptions
[FreeBSD/FreeBSD.git] / libexec / getty / Makefile
1
2 PACKAGE=        runtime
3
4 CONFS=  gettytab
5 PROG=   getty
6 SRCS=   main.c init.c subr.c chat.c
7 LIBADD= util
8 MAN=    gettytab.5 ttys.5 getty.8
9
10 WFORMAT=0
11
12 .include <bsd.prog.mk>
13