]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/getty/Makefile
Do a sweep and remove most WARNS=6 settings
[FreeBSD/FreeBSD.git] / libexec / getty / Makefile
1 #       from: @(#)Makefile      8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
3
4 CONFS=  gettytab
5 PROG=   getty
6 SRCS=   main.c init.c subr.c chat.c
7 LIBADD= util
8 MAN=    gettytab.5 ttys.5 getty.8
9
10 WFORMAT=0
11
12 .include <bsd.prog.mk>
13