you don't have a "." in your PATH?
This commit is contained in:
parent
b451e43543
commit
786841d520
@ -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
|
NOMAN= # defined
|
||||||
|
|
||||||
PROG= protoent
|
PROG= protoent
|
||||||
|
|
||||||
regress: ${PROG}
|
regress: ${PROG}
|
||||||
${.CURDIR}/../servent/compare /etc/protocols $>
|
${.CURDIR}/../servent/compare /etc/protocols ${.OBJDIR}/${PROG}
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
@ -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
|
NOMAN= # defined
|
||||||
|
|
||||||
PROG= servent
|
PROG= servent
|
||||||
|
|
||||||
regress: ${PROG}
|
regress: ${PROG}
|
||||||
${.CURDIR}/compare /etc/services $>
|
${.CURDIR}/compare /etc/services ${.OBJDIR}/${PROG}
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user