diff --git a/usr.bin/finger/Makefile b/usr.bin/finger/Makefile index 3ac61b6abd38..2d021dfd3136 100644 --- a/usr.bin/finger/Makefile +++ b/usr.bin/finger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/08/05 08:04:03 tron Exp $ +# $NetBSD: Makefile,v 1.8 2002/08/05 08:05:03 tron Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= finger @@ -7,7 +7,4 @@ SRCS= finger.c lprint.c net.c sprint.c util.c utmpentry.c .PATH.c: ${.CURDIR}/../../usr.bin/who CPPFLAGS+=-I${.CURDIR}/../../usr.bin/who -DSUPPORT_UTMPX -DSUPPORT_UTMP -DINET6 -CFLAGS+= -g -LDFLAGS+= -g - .include