From: Andrew Boardman Date: Mon, 7 Aug 2006 21:50:14 +0000 (+0000) Subject: For building ptest and friends X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a583bbe0aa7d87fe56b88778aaad1c91f191830;p=thirdparty%2Fkrb5.git For building ptest and friends git-svn-id: svn://anonsvn.mit.edu/krb5/users/amb/referrals@18414 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000..49351c13d6 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +ptest: ptest.c + cc -I/mit/amb/k5/trunk/src/include \ + -L/mit/amb/k5/trunk/src/lib \ + -g ptest.c -o ptest -lkrb5 -lcom_err