Deleted Added
full compact
Makefile (90164) Makefile (201380)
1# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
1# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/libexec/getty/Makefile 90164 2002-02-04 02:33:51Z kris $
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
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
9WFORMAT=0
10
11.include <bsd.prog.mk>
12
11WFORMAT=0
12
13.include <bsd.prog.mk>
14