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
sdhci - Check slot type cap, set SDHCI_SLOT_EMBEDDED for an embedded slot.
[dragonfly.git]
/
bin
/
ln
/
Makefile
blob
65bfb9508d4907f719dc6affc50edf9c216a6274
1
# @(#)Makefile 8.2 (Berkeley) 5/31/93
2
# $FreeBSD: head/bin/ln/Makefile 87323 2001-12-04 01:57:47Z obrien $
3
4
PROG
=
ln
5
MAN
=
ln
.1
symlink
.7
6
7
LINKS
= ${
BINDIR
}/
ln
${
BINDIR
}/
link
8
MLINKS
=
ln
.1
link
.1
9
10
.
include
<
bsd.prog.mk
>