]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - libexec/getty/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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