Deleted Added
full compact
Makefile (74814) Makefile (90164)
1# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
1# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/libexec/getty/Makefile 74814 2001-03-26 14:22:12Z ru $
2# $FreeBSD: head/libexec/getty/Makefile 90164 2002-02-04 02:33:51Z kris $
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# for the paranoid:
10#CFLAGS+= -Wall -Wstrict-prototypes -Wno-unused -Wwrite-strings
9WFORMAT=0
11
12.include <bsd.prog.mk>
13
10
11.include <bsd.prog.mk>
12