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
libc: Avoid negative offsets in link_ntoa().
[dragonfly.git]
/
usr.bin
/
basename
/
Makefile
blob
f4dce96d680ea7996cfbe1de3cb6e7378528f829
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: src/usr.bin/basename/Makefile,v 1.2.6.1 2001/08/02 00:59:28 obrien Exp $
3
4
PROG
=
basename
5
MLINKS
=
basename
.1
dirname
.1
6
7
.if defined
(
BOOTSTRAPPING
)
8
CFLAGS
+= -
DNO_WCHAR
9
.
endif
10
11
.
include
<
bsd.prog.mk
>