This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
547e652f5d
NetBSD
/
usr.sbin
/
mopd
/
mopchk
/
Makefile
6 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
- 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
1997-10-16 11:36:12 +04:00
# $NetBSD: Makefile,v 1.6 1997/10/16 07:36:44 lukem Exp $
Import of Mats O Jansson's MOP boot program for DEC machines.
1997-03-17 01:23:34 +03:00
PROG
=
mopchk
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>