1# @(#)Makefile 8.1 (Berkeley) 6/6/93 2 3.include <src.opts.mk> 4 5PACKAGE= runtime 6 7PROG= xargs 8SRCS= xargs.c strnsubst.c 9 10HAS_TESTS= 11SUBDIR.${MK_TESTS}+= tests 12 13.include <bsd.prog.mk> 14