diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-06-20 08:22:47 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-06-20 08:22:47 +0000 |
commit | 44138c0208d94775e6be03cf5c0c9b0d0a8881f9 (patch) | |
tree | d9314beed69804355013d41df4f1f5355667ee70 /usr.sbin/Makefile | |
parent | 58a1b210df54c3d0cc37b01e6cb09bfc2f3002a2 (diff) |
add fdformat for the i386: based on an old FreeBSD version, gotten from
jtk's port of dosemu; some cleaning by me, but it needs more. Should
probably just be rewritten...
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 478339f8529..9f2933a7c42 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 1996/06/11 03:25:16 tholo Exp $ +# $OpenBSD: Makefile,v 1.14 1996/06/20 08:22:45 downsj Exp $ # not yet done: catman @@ -30,7 +30,7 @@ SUBDIR+=iteconfig .elif ${MACHINE} == "hp300" SUBDIR+=grfinfo hilinfo config.old .elif ${MACHINE} == "i386" -SUBDIR+=bad144 apm apmd pcmciad +SUBDIR+=bad144 apm apmd fdformat pcmciad .elif ${MACHINE} == "pmax" SUBDIR+= .elif ${MACHINE} == "sun3" |