Module Name: src Committed By: elric Date: Thu Apr 14 19:38:21 UTC 2011
Added Files: src/tools/slc: Makefile Log Message: Tool for slc, a command built during the Heimdal build. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/tools/slc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Added files: Index: src/tools/slc/Makefile diff -u /dev/null src/tools/slc/Makefile:1.1 --- /dev/null Thu Apr 14 19:38:21 2011 +++ src/tools/slc/Makefile Thu Apr 14 19:38:21 2011 @@ -0,0 +1,6 @@ +# $NetBSD: Makefile,v 1.1 2011/04/14 19:38:21 elric Exp $ + +HOSTPROGNAME= ${_TOOL_PREFIX}slc +HOST_SRCDIR= crypto/external/bsd/heimdal/lib/libsl/slc + +.include "${.CURDIR}/../Makefile.host"