diff options
-rw-r--r-- | usr.bin/pcc/ccom/arm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/pcc/ccom/arm/Makefile b/usr.bin/pcc/ccom/arm/Makefile new file mode 100644 index 00000000000..e05e0015eed --- /dev/null +++ b/usr.bin/pcc/ccom/arm/Makefile @@ -0,0 +1,3 @@ +TARGMACH= arm + +.include <bsd.prog.mk> |