Merge remote-tracking branch 'remotes/crater/vendor/BYACC'
[dragonfly.git] / libexec / getty / Makefile
1 #       from: @(#)Makefile      8.1 (Berkeley) 6/4/93
2 # $FreeBSD: head/libexec/getty/Makefile 329724 2018-02-21 15:57:24Z trasz $
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 WARNS?= 2
10
11 .include <bsd.prog.mk>
12