Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/veriexecctl don't compile this -static, depend on MKDYN...



details:   https://anonhg.NetBSD.org/src/rev/2980b3be3e6f
branches:  trunk
changeset: 546331:2980b3be3e6f
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sat Apr 26 12:46:35 2003 +0000

description:
don't compile this -static, depend on MKDYNAMICROOT check in ../Makefile.inc
for that

diffstat:

 sbin/veriexecctl/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 4b9ebda6e631 -r 2980b3be3e6f sbin/veriexecctl/Makefile
--- a/sbin/veriexecctl/Makefile Sat Apr 26 12:02:12 2003 +0000
+++ b/sbin/veriexecctl/Makefile Sat Apr 26 12:46:35 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2002/11/23 10:52:49 blymn Exp $
+#      $NetBSD: Makefile,v 1.2 2003/04/26 12:46:35 jdolecek Exp $
 
 PROG=  veriexecctl
 MAN=   veriexecctl.8
@@ -9,6 +9,4 @@
 DPADD+=                ${LIBL}
 LDADD+=                -ll
 
-LDSTATIC=      -static
-
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index