Initial import from FreeBSD RELENG_4:
[dragonfly.git] / libexec / getty / Makefile
1 #       from: @(#)Makefile      8.1 (Berkeley) 6/4/93
2 # $FreeBSD: src/libexec/getty/Makefile,v 1.9.2.1 2001/04/25 10:40:52 ru Exp $
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 # for the paranoid:
10 #CFLAGS+= -Wall -Wstrict-prototypes -Wno-unused -Wwrite-strings
11
12 .include <bsd.prog.mk>
13