diff options
Diffstat (limited to 'usr.bin/pcc/ccom/x86/Makefile')
-rw-r--r-- | usr.bin/pcc/ccom/x86/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/pcc/ccom/x86/Makefile b/usr.bin/pcc/ccom/x86/Makefile new file mode 100644 index 00000000000..2049d325ec4 --- /dev/null +++ b/usr.bin/pcc/ccom/x86/Makefile @@ -0,0 +1,3 @@ +TARGMACH= x86 + +.include <bsd.prog.mk> |