freebsd-dev/release/floppies/Makefile
Julian Elischer 37dc8bea84 slight cleanup of the floppy building stuff to take into account
the new OBJdir system.
quite a bit to go yet.

cd /usr/src; make world
cd release
cd sysinstall;make obj; cd ..
cd floppies; make obj; make
1996-08-22 09:45:46 +00:00

10 lines
134 B
Makefile

# $Id: Makefile,v 1.2 1996/05/29 01:35:18 jkh Exp $
#
SUBDIR= boot fixit
PROG=write_mfs_in_kernel
NOMAN=yes
.include <bsd.prog.mk>