]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - config.mk.in
Added list mounted nfs filesystems (-m) option
[nfs-utils.git] / config.mk.in
index d2cbea04f1ba226804d71d4f33e37c5702d053f4..afbed88265e1894e586d8fa305e3db3237921436 100644 (file)
@@ -10,6 +10,7 @@ BINDIR                = @bindir@
 SBINDIR                = @sbindir@
 MANDIR         = @mandir@
 STATEDIR       = $(install_prefix)@statedir@
+STATDUSER      = @statduser@
 
 ##################################################################
 # This is the prefix that will be used for nfsd and mountd. Leave this
@@ -32,6 +33,9 @@ MANGROUP      = root
 LIBBSD         = @LIBBSD@
 LIBNSL         = @LIBNSL@
 LIBWRAP                = @LIBWRAP@
+KRBLIB         = @KRBLIB@
+KRBDIR         = @KRBDIR@
+KRB5_VERSION   = @K5VERS@
 
 ################# END OF USER SERVICEABLE PARTS ##################
 ALLTARGETS     = all clean distclean install installman \
@@ -57,6 +61,7 @@ INSTALL               = install
 MAN2PS         = groff -Tps -man
 
 AFLAGS         = -I$(TOP)support/include \
+                 -I$(KRBDIR)/include \
                  -Wall $(ARCHFLAGS) -pipe
 ifdef KERNEL_INCDIR
 AFLAGS        += -I$(KERNEL_INCDIR)