diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-13 13:49:29 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-13 13:49:29 +0000 |
| commit | 40c6b893d8592bcb26e09c972be2891c2b79ff1f (patch) | |
| tree | d4d4eae9350b90f65572d961ca980edfb1f019f1 /usr.bin/xargs/Makefile | |
| parent | b448dd2f9ebb1f5ccf7ab98c6dbbbdc3aa7ceb48 (diff) | |
Notes
Diffstat (limited to 'usr.bin/xargs/Makefile')
| -rw-r--r-- | usr.bin/xargs/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/xargs/Makefile b/usr.bin/xargs/Makefile index 1f258ca68292..1f33228d8035 100644 --- a/usr.bin/xargs/Makefile +++ b/usr.bin/xargs/Makefile @@ -5,8 +5,4 @@ PROG= xargs SRCS= xargs.c strnsubst.c WARNS?= 4 -.if defined(BOOTSTRAPPING) -CFLAGS+=-DBOOTSTRAPPING -.endif - .include <bsd.prog.mk> |
