1994-05-27 12:39:25 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
|
|
|
|
|
|
|
PROG= getty
|
1994-08-22 19:55:08 +00:00
|
|
|
SRCS= main.c init.c subr.c ttydefaults.c fbtab_stuff.c
|
1994-05-27 12:39:25 +00:00
|
|
|
DPADD= ${LIBUTIL}
|
|
|
|
LDADD= -lutil
|
1994-08-05 21:24:58 +00:00
|
|
|
MAN5= gettytab.5 ttys.5
|
|
|
|
MAN8= getty.8
|
1994-05-27 12:39:25 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|