Skip to content

Commit

Permalink
New files
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5509 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
pjpark committed Apr 26, 1995
1 parent a0ebe12 commit 705f0c0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/kadmin/Makefile.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CFLAGS = $(CCOPTS)
LDFLAGS = -g

all::

10 changes: 10 additions & 0 deletions src/kadmin/configure.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
AC_INIT(configure.in)
WITH_CCOPTS
AC_SET_BUILDTOP
CONFIG_DIRS(kpasswd v5server)
MAKE_SUBDIRS("making",all)
MAKE_SUBDIRS("cleaning",clean)
MAKE_SUBDIRS("installing",install)
CONFIG_RULES
WITH_KRB5ROOT
V5_AC_OUTPUT_MAKEFILE

0 comments on commit 705f0c0

Please sign in to comment.