NetBSD/libexec/getty/Makefile

12 lines
270 B
Makefile
Raw Normal View History

1997-10-19 23:46:07 +00:00
# $NetBSD: Makefile,v 1.11 1997/10/19 23:46:07 cjs Exp $
1994-08-17 20:10:27 +00:00
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
1993-03-21 09:45:37 +00:00
PROG= getty
1997-10-19 23:46:07 +00:00
LINKS= ${BINDIR}/getty ${BINDIR}/uugetty
1994-03-09 04:59:55 +00:00
SRCS= main.c init.c subr.c
1994-09-24 01:02:51 +00:00
DPADD+= ${LIBUTIL}
LDADD+= -lutil
1994-12-22 09:57:51 +00:00
MAN= getty.8 gettytab.5 ttys.5
1993-03-21 09:45:37 +00:00
.include <bsd.prog.mk>