diff options
Diffstat (limited to 'as/Makefile')
-rw-r--r-- | as/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/as/Makefile b/as/Makefile new file mode 100644 index 0000000000000..2047b1959cfb7 --- /dev/null +++ b/as/Makefile @@ -0,0 +1,14 @@ +# $Id: Makefile 2797 2012-12-21 18:10:25Z jkoshy $ + +TOP= .. + +PROG= as +SRCS= as.c + +LSRC= +YSRC= +LDADD= -lelftc + +MAN= as.1 + +.include "${TOP}/mk/elftoolchain.prog.mk" |