freebsd/libexec/getty/Makefile

13 lines
160 B
Makefile

PACKAGE= runtime
CONFS= gettytab
PROG= getty
SRCS= main.c init.c subr.c chat.c
LIBADD= util
MAN= gettytab.5 ttys.5 getty.8
WFORMAT=0
.include <bsd.prog.mk>