Deleted Added
sdiff udiff text old ( 90164 ) new ( 201380 )
full compact
1# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/libexec/getty/Makefile 201380 2010-01-02 09:50:19Z ed $
3
4PROG= getty
5SRCS= main.c init.c subr.c chat.c
6DPADD= ${LIBUTIL}
7LDADD= -lutil
8MAN= gettytab.5 ttys.5 getty.8
9
10WARNS?= 1
11WFORMAT=0
12
13.include <bsd.prog.mk>
14