netinet{,6}: Assert in{,6}_inithead() are only used for system routing tables.
[dragonfly.git] / usr.bin / xargs / Makefile
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 $
3 # $DragonFly: src/usr.bin/xargs/Makefile,v 1.4 2007/08/27 16:51:01 pavalos Exp $
4
5 PROG=   xargs
6 SRCS=   xargs.c strnsubst.c
7
8 .if defined(BOOTSTRAPPING)
9 CFLAGS+=-DBOOTSTRAPPING
10 .endif
11
12 .include <bsd.prog.mk>