diff options
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/stand/installboot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/mvme88k/stand/installboot/Makefile b/sys/arch/mvme88k/stand/installboot/Makefile index d9ba6f51e6a..29d4fe138da 100644 --- a/sys/arch/mvme88k/stand/installboot/Makefile +++ b/sys/arch/mvme88k/stand/installboot/Makefile @@ -2,6 +2,8 @@ PROG= installboot MAN= installboot.8 +MANSUBDIR=/mvme88k + BINDIR=/usr/mdec DPADD= ${LIBUTIL} LDADD= -lutil |