NetBSD/libexec/getty/Makefile

12 lines
231 B
Makefile
Raw Normal View History

1993-08-01 09:37:30 +04:00
# from: @(#)Makefile 5.12 (Berkeley) 1/21/91
1994-03-09 07:59:55 +03:00
# $Id: Makefile,v 1.4 1994/03/09 04:59:55 cgd Exp $
1993-03-21 12:45:37 +03:00
PROG= getty
1994-03-09 07:59:55 +03:00
SRCS= main.c init.c subr.c
1993-03-21 12:45:37 +03:00
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN5= gettytab.0 ttys.0
MAN8= getty.0
.include <bsd.prog.mk>