summaryrefslogtreecommitdiffstats
path: root/usr.bin/cpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cpp/Makefile')
-rw-r--r--usr.bin/cpp/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/usr.bin/cpp/Makefile b/usr.bin/cpp/Makefile
deleted file mode 100644
index 23c6df8..0000000
--- a/usr.bin/cpp/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# @(#)Makefile 8.1 (Berkeley) 7/9/93
-# $FreeBSD$
-
-NOMAN=noman
-NOOBJ=noobj
-
-all nologin clean cleandir depend lint tags:
-
-beforeinstall:
-.if ${MACHINE_ARCH} == "sparc"
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/cpp.notraditional.sh ${DESTDIR}${BINDIR}/cpp
-.else
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/cpp.sh ${DESTDIR}${BINDIR}/cpp
-.endif
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud