blob: abb9e2524379d09acd3956afaf0ec3911cfa2d1c (
plain)
1
2
3
4
5
6
7
8
9
10
|
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
# $Id: Makefile,v 1.1 1995/10/18 08:43:16 deraadt 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>
|