diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1999-04-19 11:02:19 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1999-04-19 11:02:19 +0000 |
| commit | aad1d9f29a189551b81cb9abe0095dae7e27d4b8 (patch) | |
| tree | ceaf965958f9a1e4bc92639a17f4bb89d95f9cd8 | |
| parent | 23f7bd1706b29932e4a1b055871d3f3009c91666 (diff) | |
Notes
| -rw-r--r-- | sys/boot/pc98/loader/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile index 337f7535d45f..671c3610b467 100644 --- a/sys/boot/pc98/loader/Makefile +++ b/sys/boot/pc98/loader/Makefile @@ -1,7 +1,8 @@ -# $Id: Makefile,v 1.4 1999/03/18 13:42:21 kato Exp $ +# $Id: Makefile,v 1.5 1999/04/02 08:59:11 kato Exp $ BASE= loader PROG= ${BASE} +MAN5= ${.CURDIR}/../../i386/loader/loader.conf.5 MAN8= ${.CURDIR}/../../i386/loader/loader.8 #NOMAN= STRIP= |
