aboutsummaryrefslogtreecommitdiff
path: root/src/appl/sample/Makefile.in
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1994-07-02 00:53:09 +0000
committerMark Eichin <eichin@mit.edu>1994-07-02 00:53:09 +0000
commite1bbc1eab82ebd20e2d9aa912bffc9f1f8925487 (patch)
tree8b684c1c26ca9394a491d588462ba160de782f76 /src/appl/sample/Makefile.in
parent530857db933a75cf820a239e164542aaf4fad02a (diff)
downloadkrb5-e1bbc1eab82ebd20e2d9aa912bffc9f1f8925487.zip
krb5-e1bbc1eab82ebd20e2d9aa912bffc9f1f8925487.tar.gz
krb5-e1bbc1eab82ebd20e2d9aa912bffc9f1f8925487.tar.bz2
Reduced Makefile.in, using pre/post
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3944 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/sample/Makefile.in')
-rw-r--r--src/appl/sample/Makefile.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/appl/sample/Makefile.in b/src/appl/sample/Makefile.in
index 0cbe786..76388e8 100644
--- a/src/appl/sample/Makefile.in
+++ b/src/appl/sample/Makefile.in
@@ -1,16 +1,2 @@
-BUILDTOP=@BUILDTOP@
-srcdir = @srcdir@
-VPATH = @srcdir@
-
-DEFS = @DEFS@
-CC = @CC@
-CCOPTS = @CCOPTS@
-LIBS = @LIBS@
-
CFLAGS = $(CCOPTS)
LDFLAGS = -g
-
-SUBDIRS = @SUBDIRS@
-
-
-