Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/vnconfig Fix LINKS spec.



details:   https://anonhg.NetBSD.org/src/rev/14a534010cd3
branches:  trunk
changeset: 787299:14a534010cd3
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Sun Jun 09 22:00:50 2013 +0000

description:
Fix LINKS spec.

diffstat:

 usr.sbin/vnconfig/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 817430edc71c -r 14a534010cd3 usr.sbin/vnconfig/Makefile
--- a/usr.sbin/vnconfig/Makefile        Sun Jun 09 19:46:56 2013 +0000
+++ b/usr.sbin/vnconfig/Makefile        Sun Jun 09 22:00:50 2013 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.7 2013/06/09 18:39:05 christos Exp $
+#      $NetBSD: Makefile,v 1.8 2013/06/09 22:00:50 jmmv Exp $
 
 PROG=          vnconfig
 MAN=           vnconfig.8
 DPADD+=                ${LIBUTIL}
 LDADD+=                -lutil
-LINKS+=                vnconfig vndconfig
+LINKS+=                ${BINDIR}/vnconfig ${BINDIR}/vndconfig
 MLINKS+=       vnconfig.8 vndconfig.8
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index