diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-25 20:32:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-25 20:32:58 +0000 |
commit | 32460e88aa69e16773b2b86e4a76c11fe04cad8f (patch) | |
tree | 9063bd65c275b5d1e4f34a01129ebf65497bea40 /sys/arch/i386/stand/installboot | |
parent | 24b8451b742e73055dcbcc5b1325258d657750cc (diff) |
man subdir
Diffstat (limited to 'sys/arch/i386/stand/installboot')
-rw-r--r-- | sys/arch/i386/stand/installboot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/installboot/Makefile b/sys/arch/i386/stand/installboot/Makefile index eaaea1307fa..e52323c5e06 100644 --- a/sys/arch/i386/stand/installboot/Makefile +++ b/sys/arch/i386/stand/installboot/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 1997/08/29 22:28:22 mickey Exp $ +# $OpenBSD: Makefile,v 1.6 2000/05/25 20:32:57 deraadt Exp $ PROG= installboot MAN= installboot.8 +MANSUBDIR=i386 LDADD= -lutil DPADD= ${LIBUTIL} |