]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - libexec/getty/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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 WFORMAT=0
10
11 .include <bsd.prog.mk>
12