blob: 7d5dd670ec1f06d0cf5af49c25f5c76a02959bcf (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.2 2001/01/28 19:34:28 niklas Exp $
PROG= getty
SRCS= main.c init.c subr.c
DPADD+= ${LIBUTIL}
LDADD+= -lutil
MAN= getty.8 gettytab.5 ttys.5
.include <bsd.prog.mk>
|