Set NOMAN correctly. From Andrew Brown.

This commit is contained in:
thorpej 2001-12-21 08:06:15 +00:00
parent 3778dfc4fd
commit 0146257365
2 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.2 2001/12/21 08:03:35 thorpej Exp $
# $NetBSD: Makefile,v 1.3 2001/12/21 08:06:15 thorpej Exp $
NOMAN= # defined
.include <bsd.own.mk>
PROG= protoize
SRCS= protoize.c ${G_PROTO_OBJS:.o=.c}
NOMAN= # defined
.include "../Makefile.frontend"
.PATH: ${DIST}/gcc

View File

@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.2 2001/12/21 08:03:36 thorpej Exp $
# $NetBSD: Makefile,v 1.3 2001/12/21 08:06:15 thorpej Exp $
NOMAN= # defined
.include <bsd.own.mk>
PROG= unprotoize
SRCS= unprotoize.c ${G_PROTO_OBJS:.o=.c}
NOMAN= # defined
.include "../Makefile.frontend"
.PATH: ${DIST}/gcc