Module Name: src
Committed By: mbalmer
Date: Mon Jul 6 12:47:38 UTC 2009
Modified Files:
src/usr.sbin/wake: Makefile
Log Message:
No need to set BINDIR here, since ../Makefile.inc has it.
Noticed by [email protected], thx.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/wake/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/wake/Makefile
diff -u src/usr.sbin/wake/Makefile:1.1 src/usr.sbin/wake/Makefile:1.2
--- src/usr.sbin/wake/Makefile:1.1 Thu Jun 25 18:41:22 2009
+++ src/usr.sbin/wake/Makefile Mon Jul 6 12:47:38 2009
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2009/06/25 18:41:22 mbalmer Exp $
+# $NetBSD: Makefile,v 1.2 2009/07/06 12:47:38 mbalmer Exp $
PROG= wake
SRCS= wake.c
-BINDIR= /usr/sbin
MAN= wake.8
.include <bsd.prog.mk>