summaryrefslogtreecommitdiff
path: root/usr.sbin/mopd/moptrace/Makefile
AgeCommit message (Collapse)Author
2021-10-31Put the NOAOUT in one placechristos
1997-10-16- compile common code once (into libcommon.a), and link that in.lukem
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
1997-04-17- Move common definitions to Makefile.incchristos
- Revert change common/os.h -> os.h. From Mats O Jansson.
1997-04-16Don't need to .PATH: .. or -I${.CURDIR}/common and -I${.CURDIR}; it willchristos
actually break things in the future.
1997-03-25RCS id police.thorpej
1997-03-24Makefile cleanupschristos
1997-03-16Import of Mats O Jansson's MOP boot program for DEC machines.cjs