summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/protoize/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/protoize/Makefile')
-rw-r--r--gnu/usr.bin/cc/protoize/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/usr.bin/cc/protoize/Makefile b/gnu/usr.bin/cc/protoize/Makefile
deleted file mode 100644
index b851bed..0000000
--- a/gnu/usr.bin/cc/protoize/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $FreeBSD$
-
-.include "../Makefile.inc"
-
-.PATH: ${.CURDIR}/../cc_tools ${GCCDIR}
-
-PROG= protoize
-MAN=
-
-# things are rather hard-coded, we work around that here
-CFLAGS+= -DDEFAULT_TARGET_VERSION=\"\"
-CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"../libdata/gcc\"
-
-DPADD= ${LIBCC_INT}
-LDADD= ${LIBCC_INT}
-
-CLEANFILES= config.h
-config.h: auto-host.h freebsd-native.h
- cat ${.ALLSRC} >${.TARGET}
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud