diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-01-31 07:39:45 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-01-31 07:39:45 +0000 |
| commit | 8e587162d35fadde07d997720a580eb35a181594 (patch) | |
| tree | 01e81281649efe6af1db8a930340ee2e22a9df78 /sbin | |
| parent | bfb7317ebf98d6df64d332489ee87b6849a10bbc (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/sunlabel/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile index 4eddae450565..1e6a8aa6c0af 100644 --- a/sbin/sunlabel/Makefile +++ b/sbin/sunlabel/Makefile @@ -6,6 +6,11 @@ PROG= sunlabel SRCS= sunlabel.c geom_sunlabel_enc.c MAN= sunlabel.8 +.if ${MACHINE_ARCH} == "sparc64" +LINKS= ${BINDIR}/sunlabel ${BINDIR}/sunlabel +MLINKS= sunlabel.8 disklabel.8 +.endif + WARNS?= 5 DPADD= ${LIBGEOM} |
