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
- Add FXP_USABLE_TXCB, which equals (FXP_NTXCB - 1)
[dragonfly.git]
/
bin
/
pwd
/
Makefile
blob
4481271969cbfc8da797c2917140a8fb6d2a111f
1
# @(#)Makefile 8.1 (Berkeley) 5/31/93
2
# $FreeBSD: src/bin/pwd/Makefile,v 1.5.2.3 2001/08/01 05:13:30 obrien Exp $
3
# $DragonFly: src/bin/pwd/Makefile,v 1.4 2005/02/06 06:16:40 okumoto Exp $
4
5
PROG
=
pwd
6
LINKS
= ${
BINDIR
}/
pwd
${
BINDIR
}/
realpath
7
MAN
=
pwd
.1
realpath
.1
8
9
.
include
<
bsd.prog.mk
>