Deleted Added
full compact
Makefile (204761) Makefile (263227)
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/apply/Makefile 204761 2010-03-05 15:23:01Z jh $
2# $FreeBSD: head/usr.bin/apply/Makefile 263227 2014-03-16 08:04:06Z jmmv $
3
3
4.include <bsd.own.mk>
5
4PROG= apply
5DPADD= ${LIBSBUF}
6LDADD= -lsbuf
7
6PROG= apply
7DPADD= ${LIBSBUF}
8LDADD= -lsbuf
9
10.if ${MK_TESTS} != "no"
11SUBDIR+= tests
12.endif
13
8.include <bsd.prog.mk>
14.include <bsd.prog.mk>