Remove building with NOCRYPTO option
[minix3.git] / libexec / getty / Makefile
blobe76f579fbab2188955f3536b8edab6b47891e0e0
1 # $NetBSD: Makefile,v 1.20 2013/08/11 05:42:41 dholland Exp $
2 # from: @(#)Makefile 8.1 (Berkeley) 6/4/93
4 PROG= getty
5 SRCS= main.c init.c subr.c
6 DPADD+= ${LIBUTIL} ${LIBTERMINFO}
7 LDADD+= -lutil -lterminfo
8 MAN= getty.8 gettytab.5 ttys.5
10 .include <bsd.prog.mk>