xref: /dragonfly/libexec/getty/Makefile (revision 36a3d1d6)
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# $DragonFly: src/libexec/getty/Makefile,v 1.2 2003/06/17 04:27:07 dillon Exp $
4
5PROG=	getty
6SRCS=	main.c init.c subr.c chat.c
7DPADD=	${LIBUTIL}
8LDADD=	-lutil
9MAN=	gettytab.5 ttys.5 getty.8
10WARNS?=	2
11
12.include <bsd.prog.mk>
13
14