you don't have a "." in your PATH?

This commit is contained in:
drochner 2004-03-02 14:27:25 +00:00
parent b451e43543
commit 786841d520
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.2 2004/02/19 19:51:05 christos Exp $
# $NetBSD: Makefile,v 1.3 2004/03/02 14:27:25 drochner Exp $
NOMAN= # defined
PROG= protoent
regress: ${PROG}
${.CURDIR}/../servent/compare /etc/protocols $>
${.CURDIR}/../servent/compare /etc/protocols ${.OBJDIR}/${PROG}
.include <bsd.prog.mk>

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.3 2004/02/19 19:39:13 christos Exp $
# $NetBSD: Makefile,v 1.4 2004/03/02 14:27:25 drochner Exp $
NOMAN= # defined
PROG= servent
regress: ${PROG}
${.CURDIR}/compare /etc/services $>
${.CURDIR}/compare /etc/services ${.OBJDIR}/${PROG}
.include <bsd.prog.mk>