aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc25/usr.bin.cpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc25/usr.bin.cpp/Makefile')
-rw-r--r--gnu/usr.bin/cc25/usr.bin.cpp/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc25/usr.bin.cpp/Makefile b/gnu/usr.bin/cc25/usr.bin.cpp/Makefile
new file mode 100644
index 000000000000..eac1bec4dae0
--- /dev/null
+++ b/gnu/usr.bin/cc25/usr.bin.cpp/Makefile
@@ -0,0 +1,10 @@
+
+install:
+ install -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \
+ $(.CURDIR)/cpp.script $(DESTDIR)/usr/bin/cpp
+ @/bin/rm -rf $(DESTDIR)/usr/bin/gcpp
+ @cd $(DESTDIR)/usr/bin; ln -s cpp gcpp
+ @echo $(DESTDIR)/usr/bin/gcpp -\> $(DESTDIR)/usr/bin/cpp
+
+
+.include <bsd.prog.mk>