Source-Changes-HG archive

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

[src/trunk]: src/sbin/wsconsctl Move the inclusion of <bsd.prog.mk> up so tha...



details:   https://anonhg.NetBSD.org/src/rev/cf023a3b0681
branches:  trunk
changeset: 521423:cf023a3b0681
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Jan 30 20:32:29 2002 +0000

description:
Move the inclusion of <bsd.prog.mk> up so that keysym.h can have ${DESTDIR}
properly in its dependency list.

diffstat:

 sbin/wsconsctl/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r f4b6b382c704 -r cf023a3b0681 sbin/wsconsctl/Makefile
--- a/sbin/wsconsctl/Makefile   Wed Jan 30 19:41:39 2002 +0000
+++ b/sbin/wsconsctl/Makefile   Wed Jan 30 20:32:29 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2000/07/03 03:38:02 matt Exp $
+#      $NetBSD: Makefile,v 1.4 2002/01/30 20:32:29 tv Exp $
 
 PROG=  wsconsctl
 SRCS=  display.c keyboard.c keysym.c map_parse.y map_scan.l \
@@ -11,8 +11,8 @@
 
 .depend keysym.c: keysym.h
 
+.include <bsd.prog.mk>
+
 keysym.h: mkkeysym.sh ${DESTDIR}/usr/include/dev/wscons/wsksymdef.h
        sh ${.CURDIR}/mkkeysym.sh \
          ${DESTDIR}/usr/include/dev/wscons/wsksymdef.h > keysym.h
-
-.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index