diff options
author | jake <jake@FreeBSD.org> | 2003-04-15 23:49:31 +0000 |
---|---|---|
committer | jake <jake@FreeBSD.org> | 2003-04-15 23:49:31 +0000 |
commit | 79ababc0ee20ee8e958e5a1016801cdb33a7ec05 (patch) | |
tree | ffd94447d35b46207966699431fee1f5da67622c /sbin/sunlabel | |
parent | 2d089db7c2761e4d82397bf1d6ea627161ce201e (diff) | |
download | FreeBSD-src-79ababc0ee20ee8e958e5a1016801cdb33a7ec05.zip FreeBSD-src-79ababc0ee20ee8e958e5a1016801cdb33a7ec05.tar.gz |
Hardlink sunlabel to disklabel so make release is happy. (This only affects
sparc64, where bsd^H^H^Hdisklabel isn't built.)
Diffstat (limited to 'sbin/sunlabel')
-rw-r--r-- | sbin/sunlabel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile index c66334e..bbfe7c7 100644 --- a/sbin/sunlabel/Makefile +++ b/sbin/sunlabel/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ PROG=sunlabel +LINKS=${BINDIR}/sunlabel ${BINDIR}/disklabel NOMAN= WARNS=5 |