repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel - Fix auto port assignment collision in network code
[dragonfly.git]
/
usr.bin
/
xargs
/
Makefile
blob
50d85261b4f246c5e17478f0da30e105266aafac
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
4
PROG
=
xargs
5
SRCS
=
xargs.c strnsubst.c
6
7
.if defined
(
BOOTSTRAPPING
)
8
CFLAGS
+= -
DBOOTSTRAPPING
9
.
endif
10
11
.
include
<
bsd.prog.mk
>