diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-08 20:11:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-08 20:11:55 +0000 |
commit | c29c3cb59d4ed62d960d764d5d5c40a5c01293ac (patch) | |
tree | a4381807114a3ce0b62c626c38b43693a5613563 /sys/arch/mvme88k/stand/installboot | |
parent | 2e8daf060b01c59cc604b64bd9023fc20f16d7d3 (diff) |
install into man8/arch subdirs
Diffstat (limited to 'sys/arch/mvme88k/stand/installboot')
-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 |