]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - libexec/getty/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / libexec / getty / Makefile
1 #       from: @(#)Makefile      8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 PROG=   getty
5 SRCS=   main.c init.c subr.c chat.c
6 DPADD=  ${LIBUTIL}
7 LDADD=  -lutil
8 MAN=    gettytab.5 ttys.5 getty.8
9
10 WARNS?= 1
11 WFORMAT=0
12
13 .include <bsd.prog.mk>
14