diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-11 07:29:55 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-11 07:29:55 +0000 |
commit | e934347cd15a649cf64a710f34156987fe7ef442 (patch) | |
tree | 4b9dfc20b5dd1ec2e0b14f2734dc7234833615f0 /games | |
parent | d42dae3660d2c2e7c7d779f5e75371ed40dba58f (diff) | |
download | FreeBSD-src-e934347cd15a649cf64a710f34156987fe7ef442.zip FreeBSD-src-e934347cd15a649cf64a710f34156987fe7ef442.tar.gz |
Yow! Something highly bogus happened with the previous commit or
patch and I only just noticed. Fix things to include Makefile.inc correctly.
Diffstat (limited to 'games')
-rw-r--r-- | games/x11/Makefile | 4 | ||||
-rw-r--r-- | games/x11/xneko/Makefile | 1 | ||||
-rw-r--r-- | games/x11/xroach/Makefile | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/games/x11/Makefile b/games/x11/Makefile index a7deec2..b24b535 100644 --- a/games/x11/Makefile +++ b/games/x11/Makefile @@ -3,7 +3,3 @@ SUBDIR= xneko xroach .include <bsd.subdir.mk> -.include "../../Makefile.inc" -.include "../../Makefile.inc" -.include "../../Makefile.inc" -.include "../../Makefile.inc" diff --git a/games/x11/xneko/Makefile b/games/x11/xneko/Makefile index ff9fb86..2ca89ba 100644 --- a/games/x11/xneko/Makefile +++ b/games/x11/xneko/Makefile @@ -7,4 +7,5 @@ CFLAGS+= -I${X11BASE}/include LDDESTDIR+= -L${X11BASE}/lib LDADD+= -lX11 -lm +.include "../../Makefile.inc" .include <bsd.prog.mk> diff --git a/games/x11/xroach/Makefile b/games/x11/xroach/Makefile index 9a5dd6f..8447d77 100644 --- a/games/x11/xroach/Makefile +++ b/games/x11/xroach/Makefile @@ -7,4 +7,5 @@ DPADD+= ${X11BASE}/lib/libX11.a ${LIBM} LDDESTDIR+= -L${X11BASE}/lib LDADD+= -lX11 -lm +.include "../../Makefile.inc" .include <bsd.prog.mk> |