Module Name:    src
Committed By:   jmmv
Date:           Sun Jun  9 22:00:50 UTC 2013

Modified Files:
        src/usr.sbin/vnconfig: Makefile

Log Message:
Fix LINKS spec.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/vnconfig/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/vnconfig/Makefile
diff -u src/usr.sbin/vnconfig/Makefile:1.7 src/usr.sbin/vnconfig/Makefile:1.8
--- src/usr.sbin/vnconfig/Makefile:1.7	Sun Jun  9 18:39:05 2013
+++ src/usr.sbin/vnconfig/Makefile	Sun Jun  9 22:00:50 2013
@@ -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>

Reply via email to