NetBSD/libexec/getty/Makefile

12 lines
228 B
Makefile

# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
# $Id: Makefile,v 1.5 1994/08/17 20:10:27 pk Exp $
PROG= getty
SRCS= main.c init.c subr.c
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN5= gettytab.0 ttys.0
MAN8= getty.0
.include <bsd.prog.mk>