freebsd-dev/libexec/getty/Makefile

11 lines
185 B
Makefile
Raw Normal View History

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