blob: 96b96c008bdb3f63cacd2b24a45d806fb93e5a64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ap,v 1.2 2000/04/10 00:19:17 bad Exp $
--- masterlib/Makefile.orig Sat Apr 8 22:14:35 2000
+++ masterlib/Makefile Sat Apr 8 23:32:22 2000
@@ -0,0 +1,17 @@
+# $NetBSD: patch-ap,v 1.2 2000/04/10 00:19:17 bad Exp $
+
+.PATH: ${.CURDIR}/../master
+LIB= master
+SRCS = single_server.c multi_server.c trigger_server.c master_proto.c
+
+MKLINT= no
+MKPIC= no
+MKPROFILE= no
+NOLINT= yes
+NOPIC= yes
+NOPROFILE= yes
+
+# only needed during build
+libinstall::
+
+.include <bsd.lib.mk>
|