1# @(#)Makefile 8.1 (Berkeley) 6/6/93 2# $FreeBSD$ 3 4.include <src.opts.mk> 5 6PROG= apply 7 8LIBADD= sbuf 9 10.if ${MK_TESTS} != "no" 11SUBDIR+= tests 12.endif 13 14.include <bsd.prog.mk> 15