diff options
| -rw-r--r-- | release/sysinstall/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/sade/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/release/sysinstall/Makefile b/release/sysinstall/Makefile index a939db5a960c..ed7b0130ee36 100644 --- a/release/sysinstall/Makefile +++ b/release/sysinstall/Makefile @@ -1,6 +1,8 @@ PROG= sysinstall MAN8= sysinstall.8 + BINDIR=/stand +NOSHARED=YES CLEANFILES+= makedevs.c rtermcap rtermcap.tmp dumpnlist CLEANFILES+= keymap.tmp keymap.h diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile index a939db5a960c..ed7b0130ee36 100644 --- a/usr.sbin/sade/Makefile +++ b/usr.sbin/sade/Makefile @@ -1,6 +1,8 @@ PROG= sysinstall MAN8= sysinstall.8 + BINDIR=/stand +NOSHARED=YES CLEANFILES+= makedevs.c rtermcap rtermcap.tmp dumpnlist CLEANFILES+= keymap.tmp keymap.h diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile index a939db5a960c..ed7b0130ee36 100644 --- a/usr.sbin/sysinstall/Makefile +++ b/usr.sbin/sysinstall/Makefile @@ -1,6 +1,8 @@ PROG= sysinstall MAN8= sysinstall.8 + BINDIR=/stand +NOSHARED=YES CLEANFILES+= makedevs.c rtermcap rtermcap.tmp dumpnlist CLEANFILES+= keymap.tmp keymap.h |
