- remove stray mlinks

- remove gcc4 hacks
This commit is contained in:
christos 2006-11-16 04:14:50 +00:00
parent 168cd830d2
commit a682c5bf65
1 changed files with 1 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 2006/11/16 00:49:20 christos Exp $
# $NetBSD: Makefile,v 1.16 2006/11/16 04:14:50 christos Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
PROG= getty
@ -7,12 +7,5 @@ SRCS= main.c init.c subr.c
DPADD+= ${LIBUTIL} ${LIBTERMCAP}
LDADD+= -lutil -ltermcap
MAN= getty.8 gettytab.5 ttys.5
MLINKS+=getty.8
.include <bsd.prog.mk>
.if ${HAVE_GCC} == 4
.for f in init subr
COPTS.${f}.c+= -Wno-pointer-sign
.endfor
.endif