Module Name: othersrc
Committed By: agc
Date: Tue May 10 06:42:13 UTC 2011
Modified Files:
othersrc/external/bsd/gensetlist: Makefile bsd.setlist.mk
Log Message:
add license
set binary directory explicitly
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/gensetlist/Makefile
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/gensetlist/bsd.setlist.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/external/bsd/gensetlist/Makefile
diff -u othersrc/external/bsd/gensetlist/Makefile:1.1.1.1 othersrc/external/bsd/gensetlist/Makefile:1.2
--- othersrc/external/bsd/gensetlist/Makefile:1.1.1.1 Sat Mar 12 08:20:42 2011
+++ othersrc/external/bsd/gensetlist/Makefile Tue May 10 06:42:13 2011
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/03/12 08:20:42 agc Exp $
+# $NetBSD: Makefile,v 1.2 2011/05/10 06:42:13 agc Exp $
SRCS=gensetlist.c
PROG=gensetlist
WARNS=4
MAN=gensetlist.8
+BINDIR=/usr/bin
.include <bsd.prog.mk>
Index: othersrc/external/bsd/gensetlist/bsd.setlist.mk
diff -u othersrc/external/bsd/gensetlist/bsd.setlist.mk:1.2 othersrc/external/bsd/gensetlist/bsd.setlist.mk:1.3
--- othersrc/external/bsd/gensetlist/bsd.setlist.mk:1.2 Mon May 9 15:03:58 2011
+++ othersrc/external/bsd/gensetlist/bsd.setlist.mk Tue May 10 06:42:13 2011
@@ -1,6 +1,30 @@
-# $NetBSD: bsd.setlist.mk,v 1.2 2011/05/09 15:03:58 agc Exp $
+# $NetBSD: bsd.setlist.mk,v 1.3 2011/05/10 06:42:13 agc Exp $
-# Makefile fragment to hand the args to "setlist" from the Makefile
+# Copyright (c) 2010,2011 Alistair Crooks <[email protected]>
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in the
+# documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#
+
+# Makefile fragment to hand the args to "gensetlist" from the Makefile
.if defined(LIB)
GENSETLIST_ARGS+=-v LIB=${LIB:Q}
@@ -48,5 +72,5 @@
GENSETLIST_ARGS+=-c ${CATEGORY:Q}
.endif
-setlist:
+setlist: .PHONY
gensetlist ${GENSETLIST_ARGS}