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

LDADD+=-liosexec

.include <bsd.prog.mk>