Remove a .

This commit is contained in:
veego 1997-05-04 09:52:49 +00:00
parent 7448a697b2
commit 8071a0d69a
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.5 1997/04/13 14:51:52 mrg Exp $
# $NetBSD: Makefile,v 1.6 1997/05/04 09:52:49 veego Exp $
PROG= ipmon
MAN= ipmon.8
CFLAGS+=-DLOGFAC=LOG_LOCAL0 -I${.CURDIR}/../ipf
.PATH: .${CURDIR}/../ipf
.PATH: ${CURDIR}/../ipf
.include <bsd.prog.mk>