History log of /netbsd-src/usr.sbin/mopd/Makefile (Results 1 – 6 of 6)
Revision Date Author Comments
# 7d0a93d9 06-Jun-2002 thorpej <thorpej@NetBSD.org>

Rename mopa.out to mopcopy, since it handles more than a.out these days.


# 443a19e0 09-Jan-2001 lukem <lukem@NetBSD.org>

convert to using .WAIT


# d85b07eb 17-Oct-1997 lukem <lukem@NetBSD.org>

fix race condition when building libcommon.a with make -j, use ../Makefile.inc


# c518f628 16-Oct-1997 lukem <lukem@NetBSD.org>

- compile common code once (into libcommon.a), and link that in.
cut's compilation time by half!
- build a common version.c in libcommon.a
- don't build version.h - nothing uses it
- comment out th

- compile common code once (into libcommon.a), and link that in.
cut's compilation time by half!
- build a common version.c in libcommon.a
- don't build version.h - nothing uses it
- comment out the ifdef INFO and -DINFO stuff - it's always compiled in
- XXX: don't compile mopprobe with -DNODL (which actually changes the
compilation of stuff in common/*). nothing else does this, and it
meant that mopprobe would have had different behaviour. if this behaviour
is desired, a workaround can be put in place

show more ...


# fcab4c33 25-Mar-1997 thorpej <thorpej@NetBSD.org>

RCS id police.


# ed137f7c 16-Mar-1997 cjs <cjs@NetBSD.org>

Import of Mats O Jansson's MOP boot program for DEC machines.