protoize/unprotoize are no more.

This commit is contained in:
mrg 2011-06-29 02:27:17 +00:00
parent da2c19b170
commit 1f06d4e421
2 changed files with 0 additions and 42 deletions

View File

@ -1,21 +0,0 @@
# $NetBSD: Makefile,v 1.1 2011/06/21 06:03:15 mrg Exp $
NOMAN= # defined
.include <bsd.own.mk>
PROG= protoize
SRCS= protoize.c ${G_PROTO_OBJS:.o=.c}
CPPFLAGS+= -I${BACKENDOBJ} \
-DDEFAULT_TARGET_MACHINE=\"\" \
-DDEFAULT_TARGET_VERSION=\"\"
.include "../Makefile.frontend"
COPTS+= -Wno-stack-protector
.PATH: ${DIST}/gcc
.include <bsd.info.mk>

View File

@ -1,21 +0,0 @@
# $NetBSD: Makefile,v 1.1 2011/06/21 06:03:15 mrg Exp $
NOMAN= # defined
.include <bsd.own.mk>
PROG= unprotoize
SRCS= protoize.c ${G_PROTO_OBJS:.o=.c}
CPPFLAGS+= -I${BACKENDOBJ} \
-DUNPROTOIZE \
-DDEFAULT_TARGET_MACHINE=\"\" \
-DDEFAULT_TARGET_VERSION=\"\"
.include "../Makefile.frontend"
COPTS+= -Wno-stack-protector
.PATH: ${DIST}/gcc
.include <bsd.info.mk>