diff --git a/gnu/usr.bin/gcc/protoize/Makefile b/gnu/usr.bin/gcc/protoize/Makefile index 33f05b9c8f53..f78081d4cf28 100644 --- a/gnu/usr.bin/gcc/protoize/Makefile +++ b/gnu/usr.bin/gcc/protoize/Makefile @@ -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 PROG= protoize SRCS= protoize.c ${G_PROTO_OBJS:.o=.c} -NOMAN= # defined - .include "../Makefile.frontend" .PATH: ${DIST}/gcc diff --git a/gnu/usr.bin/gcc/unprotoize/Makefile b/gnu/usr.bin/gcc/unprotoize/Makefile index ec91af557711..0819d3bb1139 100644 --- a/gnu/usr.bin/gcc/unprotoize/Makefile +++ b/gnu/usr.bin/gcc/unprotoize/Makefile @@ -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 PROG= unprotoize SRCS= unprotoize.c ${G_PROTO_OBJS:.o=.c} -NOMAN= # defined - .include "../Makefile.frontend" .PATH: ${DIST}/gcc