From: Miro Jurisic Date: Thu, 30 Jul 1998 16:14:36 +0000 (+0000) Subject: Added templatify.pl to snapshot files; removed bogus "# TEMPLATE BEGINS HERE" X-Git-Tag: krb5-1.1-beta1~612 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=04ce641a8f10e31ccbf61eb5eaa3008c715c0589;p=krb5.git Added templatify.pl to snapshot files; removed bogus "# TEMPLATE BEGINS HERE" git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10761 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/mac/Makefile.tmpl b/src/mac/Makefile.tmpl index df61ddc21..ceb96a508 100644 --- a/src/mac/Makefile.tmpl +++ b/src/mac/Makefile.tmpl @@ -1,5 +1,3 @@ -# TEMPLATE BEGINS HERE - SnapshotRoot = //GSS-Kerberos5-1.0.5 INCLUDES = {AUTOINCLUDES} -i /mac/TestTrack/ @@ -64,7 +62,8 @@ MACFILES = {AUTOMACFILES} /Makefile.in /patchlevel.h \ /mac/TestTrack/ShlibTestTrack.c \ /mac/TestTrack/ShlibTestTrack.h \ /mac/TestTrack/TestTrackLib.h \ - /mac/TestTrack/testtrack.h + /mac/TestTrack/testtrack.h \ + /mac/templatify.pl MACDIRS = /config/ /include/ /include/krb5/ /include/krb5/stock/ \ /include/sys/ /lib/ /lib/krb5/ /lib/gssapi/ /util/ {AUTOMACDIRS} \ /mac/ \