]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
For building ptest and friends
authorAndrew Boardman <amb@mit.edu>
Mon, 7 Aug 2006 21:50:14 +0000 (21:50 +0000)
committerAndrew Boardman <amb@mit.edu>
Mon, 7 Aug 2006 21:50:14 +0000 (21:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/users/amb/referrals@18414 dc483132-0cff-0310-8789-dd5450dbe970

Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..49351c1
--- /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