mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Yow! Something highly bogus happened with the previous commit or
patch and I only just noticed. Fix things to include Makefile.inc correctly.
This commit is contained in:
parent
55e8e4749f
commit
fe6b5813bb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2655
@ -3,7 +3,3 @@
|
||||
SUBDIR= xneko xroach
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
.include "../../Makefile.inc"
|
||||
.include "../../Makefile.inc"
|
||||
.include "../../Makefile.inc"
|
||||
.include "../../Makefile.inc"
|
||||
|
@ -7,4 +7,5 @@ CFLAGS+= -I${X11BASE}/include
|
||||
LDDESTDIR+= -L${X11BASE}/lib
|
||||
LDADD+= -lX11 -lm
|
||||
|
||||
.include "../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -7,4 +7,5 @@ DPADD+= ${X11BASE}/lib/libX11.a ${LIBM}
|
||||
LDDESTDIR+= -L${X11BASE}/lib
|
||||
LDADD+= -lX11 -lm
|
||||
|
||||
.include "../../Makefile.inc"
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user