Module Name: src
Committed By: christos
Date: Thu Aug 26 16:21:26 UTC 2010
Modified Files:
src/external/historical/nawk/bin: Makefile
Log Message:
Install in /usr/bin
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/historical/nawk/bin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/historical/nawk/bin/Makefile
diff -u src/external/historical/nawk/bin/Makefile:1.1 src/external/historical/nawk/bin/Makefile:1.2
--- src/external/historical/nawk/bin/Makefile:1.1 Thu Aug 26 10:57:16 2010
+++ src/external/historical/nawk/bin/Makefile Thu Aug 26 12:21:25 2010
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2010/08/26 14:57:16 christos Exp $
+# $NetBSD: Makefile,v 1.2 2010/08/26 16:21:25 christos Exp $
WARNS?= 4
.include <bsd.own.mk>
+BINDIR?= /usr/bin
DIST= ${.CURDIR}/../dist
.PATH: ${DIST}