Running 'make dest' will fail without this variable defined.
Change-Id: I7f82cb3aeae8585c68ee60b005f4ba32d44e2104
Reviewed-on: http://gerrit.openafs.org/5058
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
# we only do the no-NFS case
OBJS= ${AFSAOBJS} ${AFSNONFSOBJS}
+LIBAFSNONFS= libafs.ko
DEFINES= -DAFSDEBUG -DKERNEL -DAFS -DVICE -DNFS -DUFS -DINET -DQUOTA -DGETMOUNT
CFLAGS+= $(DEFINES) ${COMMON_INCLUDE} -I@/sys -Imachine
${INSTALL} -m 644 $(LIBAFSNONFS) $(DEST_LIBAFSNONFS)
# This is ugly, but the common infrastructure needs a libafs target.
-libafs: depend libafs.ko
+libafs: depend $(LIBAFSNONFS)