summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall/partedit
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2013-01-02 13:25:11 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2013-01-02 13:25:11 +0000
commit1f71059493b1d4cf57cb6b4f1c2c4c609afd7308 (patch)
treef8e294d0c5609af36c96fe6cede46b221d2d270c /usr.sbin/bsdinstall/partedit
parentd76f38bbdb28234e8203322f6b62d8464ca3829f (diff)
downloadFreeBSD-src-1f71059493b1d4cf57cb6b4f1c2c4c609afd7308.zip
FreeBSD-src-1f71059493b1d4cf57cb6b4f1c2c4c609afd7308.tar.gz
Make sade actually be a symlink to partedit, as per the commit message in
r244859, rather than a hardlink. This fixes installation if /usr/sbin is on a different filesystem than /usr/libexec. Submitted by: se
Diffstat (limited to 'usr.sbin/bsdinstall/partedit')
-rw-r--r--usr.sbin/bsdinstall/partedit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/partedit/Makefile b/usr.sbin/bsdinstall/partedit/Makefile
index e9781e1..21eaf91 100644
--- a/usr.sbin/bsdinstall/partedit/Makefile
+++ b/usr.sbin/bsdinstall/partedit/Makefile
@@ -2,7 +2,8 @@
BINDIR= /usr/libexec/bsdinstall
PROG= partedit
-LINKS= ${BINDIR}/partedit ${BINDIR}/autopart ${BINDIR}/partedit /usr/sbin/sade
+LINKS= ${BINDIR}/partedit ${BINDIR}/autopart
+SYMLINKS= ${BINDIR}/partedit /usr/sbin/sade
LDADD= -lgeom -lncursesw -lutil -ldialog -lm
PARTEDIT_ARCH= ${MACHINE}
OpenPOWER on IntegriCloud