]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - libexec/getty/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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