Home | History | Annotate | Line # | Download | only in getty
Makefile revision 1.14
      1  1.14       mrg #	$NetBSD: Makefile,v 1.14 2006/05/11 23:16:29 mrg Exp $
      2   1.5        pk #	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
      3   1.1       cgd 
      4   1.1       cgd PROG=	getty
      5  1.11       cjs LINKS=	${BINDIR}/getty ${BINDIR}/uugetty
      6   1.4       cgd SRCS=	main.c init.c subr.c
      7  1.13  sommerfe DPADD+=	${LIBUTIL} ${LIBTERMCAP}
      8  1.13  sommerfe LDADD+=	-lutil -ltermcap
      9   1.7       cgd MAN=	getty.8 gettytab.5 ttys.5
     10  1.12       cjs MLINKS+=getty.8 uugetty.8
     11   1.1       cgd 
     12   1.1       cgd .include <bsd.prog.mk>
     13  1.14       mrg 
     14  1.14       mrg .if ${HAVE_GCC} == 4
     15  1.14       mrg .for f in init subr
     16  1.14       mrg COPTS.${f}.c+=  -Wno-pointer-sign
     17  1.14       mrg .endfor
     18  1.14       mrg .endif
     19