diff options
Diffstat (limited to 'usr.bin/pcc/ccom/Makefile')
-rw-r--r-- | usr.bin/pcc/ccom/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/pcc/ccom/Makefile b/usr.bin/pcc/ccom/Makefile new file mode 100644 index 00000000000..52406f7ac61 --- /dev/null +++ b/usr.bin/pcc/ccom/Makefile @@ -0,0 +1,9 @@ +# $OpenBSD: Makefile,v 1.1 2007/10/07 17:58:51 otto Exp $ +# +# Makefile for the ccom part of pcc. +# + +SUBDIR+= x86 +#SUBDIR+= vax + +.include <bsd.subdir.mk> |