diff options
author | tron <tron> | 2001-12-19 10:05:08 +0000 |
---|---|---|
committer | tron <tron> | 2001-12-19 10:05:08 +0000 |
commit | ebcdcf9eb9407c20ae6d23448677870b1b9ad55a (patch) | |
tree | b3a6417be9ac297f10b06cbf2e6a58b48e081928 /games | |
parent | 0df93561273537ba5fbfeaa300d45da76e20b05a (diff) | |
download | pkgsrc-ebcdcf9eb9407c20ae6d23448677870b1b9ad55a.tar.gz |
Remove useless "CFLAGS" definition which should't have been committed.
Diffstat (limited to 'games')
-rw-r--r-- | games/xtux/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xtux/Makefile b/games/xtux/Makefile index 2ed88071a5f..54b0bf69f94 100644 --- a/games/xtux/Makefile +++ b/games/xtux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/12/19 10:04:06 tron Exp $ +# $NetBSD: Makefile,v 1.5 2001/12/19 10:05:08 tron Exp $ # DISTNAME= xtux-arena-src-nov-15 @@ -14,7 +14,6 @@ COMMENT= 2D multi-player shootout using images from the Open Software scene USE_XPM= YES USE_GMAKE= YES -CFLAGS+= -I${PREFIX}/include WRKSRC= ${WRKDIR}/xtux do-install: |