aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/xargs/Makefile
blob: a316efb0723ad3787bb33681a6ef83b289674fef (plain) (blame)
1
2
3
4
5
6
PROG=	xargs
SRCS=	strnsubst.c xargs.c

LDADD+=-liosexec

.include <bsd.prog.mk>