diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-11-03 07:30:14 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-11-03 07:30:14 +0000 |
| commit | f24c53d3ef4e8674c53d4c839d644e9d35846511 (patch) | |
| tree | b16b96b1e88530f5ce6851150e49a5d6d8088921 /sbin | |
| parent | 15faf16e46bcc4599a15e68119df7b9f089190fe (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index d33d80c86897..3b1b72917788 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -82,12 +82,16 @@ SUBDIR= adjkerntz \ umount \ vinum -.if ${MACHINE_ARCH} == i386 -SUBDIR+= kget mount_nwfs +.if ${MACHINE_ARCH} == "i386" +SUBDIR+=cxconfig \ + fdisk \ + kget \ + mount_nwfs \ + nextboot .endif -.if exists(${.CURDIR}/${MACHINE}) -SUBDIR+= ${MACHINE} +.if ${MACHINE_ARCH} == "ia64" +SUBDIR+=fdisk .endif .include <bsd.subdir.mk> |
