Undo accidental change.

This commit is contained in:
tron 2002-08-05 08:05:03 +00:00
parent a626c50944
commit 4fe0cc63d7
1 changed files with 1 additions and 4 deletions

View File

@ -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 <bsd.prog.mk>