diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-02-05 14:34:42 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-02-05 14:34:42 +0000 |
commit | 28dd76eac75ecfb022f8a04bea57be6ff489c1b6 (patch) | |
tree | 4a0a9bdaccb46f5ef1cdb337d90c0a08ea421f49 /devel/cc65 | |
parent | 4cbac6fdf319cc6300048117462aac786927ea34 (diff) | |
download | FreeBSD-ports-28dd76eac75ecfb022f8a04bea57be6ff489c1b6.zip FreeBSD-ports-28dd76eac75ecfb022f8a04bea57be6ff489c1b6.tar.gz |
Style police over the devel category.
Diffstat (limited to 'devel/cc65')
-rw-r--r-- | devel/cc65/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cc65/Makefile b/devel/cc65/Makefile index 5b54371..5174c9c 100644 --- a/devel/cc65/Makefile +++ b/devel/cc65/Makefile @@ -22,12 +22,12 @@ USE_GMAKE= yes CFLAGS+= -DCC65_INC=\\\"${PREFIX}/lib/cc65/include\\\" \ -DCC65_LIB=\\\"${PREFIX}/lib/cc65/lib\\\" -DOCFILES= doc/ar65.txt doc/ca65.txt doc/cc65.txt doc/cl65.txt doc/coding.txt \ +DOCFILES= doc/ar65.txt doc/ca65.txt doc/cc65.txt doc/cl65.txt doc/coding.txt \ doc/compile.txt doc/debugging.txt doc/internal.doc doc/intro.txt \ doc/ld65.txt doc/library.txt doc/newvers.txt doc/readme.txt BUGS \ CREDITS announce.txt -BINFILES= binutils/ar65/ar65 binutils/ca65/ca65 binutils/ld65/ld65 \ +BINFILES= binutils/ar65/ar65 binutils/ca65/ca65 binutils/ld65/ld65 \ cc65/cc65 cl65/cl65 CC65INCFILES= 6502.h _6525.h _6526.h _6545.h _6551.h _sid.h _vdc.h _vic.h \ @@ -39,7 +39,7 @@ CC65INCFILES= 6502.h _6525.h _6526.h _6545.h _6551.h _sid.h _vdc.h _vic.h \ CC65LIBFILES= apple2.lib apple2.o c128.lib c128.o c64.lib c64.o cbm610.lib \ cbm610.o pet.lib pet.o plus4.lib plus4.o -SAMPLES= Makefile c1541.rsp hello.c nachtm.c sieve.c +SAMPLES= Makefile c1541.rsp hello.c nachtm.c sieve.c do-build: cd ${WRKSRC}/cc65 && ${SETENV} ${MAKE_ENV} ${GMAKE} -ef make/gcc.mak |