NetBSD/libexec/getty/Makefile

12 lines
246 B
Makefile

# from: @(#)Makefile 5.12 (Berkeley) 1/21/91
# $Id: Makefile,v 1.3 1994/03/08 06:40:04 mycroft Exp $
PROG= getty
SRCS= main.c init.c subr.c gettytab.c
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN5= gettytab.0 ttys.0
MAN8= getty.0
.include <bsd.prog.mk>