1
0
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:
Jordan K. Hubbard 1994-09-11 07:29:55 +00:00
parent 55e8e4749f
commit fe6b5813bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2655
3 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,3 @@
SUBDIR= xneko xroach
.include <bsd.subdir.mk>
.include "../../Makefile.inc"
.include "../../Makefile.inc"
.include "../../Makefile.inc"
.include "../../Makefile.inc"

View File

@ -7,4 +7,5 @@ CFLAGS+= -I${X11BASE}/include
LDDESTDIR+= -L${X11BASE}/lib
LDADD+= -lX11 -lm
.include "../../Makefile.inc"
.include <bsd.prog.mk>

View File

@ -7,4 +7,5 @@ DPADD+= ${X11BASE}/lib/libX11.a ${LIBM}
LDDESTDIR+= -L${X11BASE}/lib
LDADD+= -lX11 -lm
.include "../../Makefile.inc"
.include <bsd.prog.mk>