diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 10:03:10 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 10:03:10 +0000 |
| commit | 6c7d684cfea69345349f5eb6f075ce8ad936af33 (patch) | |
| tree | a0e5003ad5e528d51da311141bbd1d4acf690e9d /bin/ln | |
| parent | 8f1507811058ef1216eb30adb394a2c4d96f5edc (diff) | |
Notes
Diffstat (limited to 'bin/ln')
| -rw-r--r-- | bin/ln/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ln/Makefile b/bin/ln/Makefile index bfbcef839f84..b541f8bd3be0 100644 --- a/bin/ln/Makefile +++ b/bin/ln/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PROG= ln -MAN1= ln.1 -MAN7= symlink.7 +MAN= ln.1 symlink.7 LINKS= ${BINDIR}/ln ${BINDIR}/link MLINKS= ln.1 link.1 |
