|
|
| File: [Development] / linux-2.4-xfs / fs / autofs / Makefile (download)
Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Initial Import 2.4.24pre2 |
# # Makefile for the linux autofs-filesystem routines. # # We can build this either out of the kernel tree or the autofs tools tree. # O_TARGET := autofs.o obj-y := dir.o dirhash.o init.o inode.o root.o symlink.o waitq.o obj-m := $(O_TARGET) include $(TOPDIR)/Rules.make