diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-04-01 15:19:23 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-04-01 15:19:23 +0000 |
| commit | 72d450cd6ed08c048560c0bf02c62c6908d39531 (patch) | |
| tree | dc86670dff88e247342711cf7bada77fa47482d2 | |
| parent | a88c04c64793f74e18120f9e0152278670f4f18b (diff) | |
Notes
| -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 |
