pfctl: Match prototype of pfctl_load_hostid.
[freebsd-src.git] / libexec / getty / Makefile
blob976d62a71f2c6ff57ec447b60e489472496da5e1
1 # from: @(#)Makefile 8.1 (Berkeley) 6/4/93
2 # $FreeBSD$
4 PROG= getty
5 SRCS= main.c init.c subr.c chat.c
6 LIBADD= util
7 MAN= gettytab.5 ttys.5 getty.8
9 WARNS?= 1
10 WFORMAT=0
12 .include <bsd.prog.mk>