freebsd-src/libexec/getty/Makefile

11 lines
186 B
Makefile
Raw Normal View History

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