kernel: Remove the FFS_ROOT option. It was a no-op since 4.9.
[dragonfly.git] / usr.bin / xargs / Makefile
blob3ebef174d0873024870307d87d77d31648dcc6e4
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/xargs/Makefile,v 1.1.1.1.14.1 2002/06/17 04:44:46 jmallett Exp $
4 PROG= xargs
5 SRCS= xargs.c strnsubst.c
7 .include <bsd.prog.mk>