Deleted Added
full compact
Makefile (288929) Makefile (291942)
1# $FreeBSD: head/usr.bin/xo/tests/Makefile 288929 2015-10-06 16:58:47Z ngie $
1# $FreeBSD: head/usr.bin/xo/tests/Makefile 291942 2015-12-07 16:08:13Z bdrewery $
2
3.include <bsd.own.mk>
4
5LIBXOSRC= ${SRCTOP}/contrib/libxo
6
7.PATH: ${LIBXOSRC}/tests/xo ${LIBXOSRC}/tests/xo/saved
8
9.c.out .o.out:

--- 17 unchanged lines hidden (view full) ---

27FILES+= xo_01.T.err
28FILES+= xo_01.T.out
29FILES+= xo_01.X.err
30FILES+= xo_01.X.out
31FILES+= xo_01.XP.err
32FILES+= xo_01.XP.out
33
34SCRIPTS+= xo_01
2
3.include <bsd.own.mk>
4
5LIBXOSRC= ${SRCTOP}/contrib/libxo
6
7.PATH: ${LIBXOSRC}/tests/xo ${LIBXOSRC}/tests/xo/saved
8
9.c.out .o.out:

--- 17 unchanged lines hidden (view full) ---

27FILES+= xo_01.T.err
28FILES+= xo_01.T.out
29FILES+= xo_01.X.err
30FILES+= xo_01.X.out
31FILES+= xo_01.XP.err
32FILES+= xo_01.XP.out
33
34SCRIPTS+= xo_01
35CLEANFILES+= xo_01
35
36LIBADD+= xo
37
38.include <bsd.test.mk>
39
40.SUFFIXES: .sh
36
37LIBADD+= xo
38
39.include <bsd.test.mk>
40
41.SUFFIXES: .sh