opnsense-src/libexec/getty/Makefile
Joerg Wunsch 712c581c89 Import NetBSD's termios'ed getty into a vendor branch.
Obtained from:	NetBSD 1.1R
1996-04-13 15:33:16 +00:00

10 lines
186 B
Makefile

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