1994-08-18 00:10:27 +04:00
|
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
|
1994-12-22 12:57:51 +03:00
|
|
|
# $Id: Makefile,v 1.7 1994/12/22 10:27:06 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
|
1994-09-24 05:02:51 +04:00
|
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
LDADD+= -lutil
|
1994-12-22 12:57:51 +03:00
|
|
|
MAN= getty.8 gettytab.5 ttys.5
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|