summaryrefslogtreecommitdiffstats
path: root/support/include/Makefile
blob: e1cbfc4a04a0b286e2b77075205253d1bf8fbfa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Makefile for linux-nfs/support
#

include $(TOP)rules.mk

all install::	mount.h
	@:

distclean::
	$(RM) mount.h config.h

mount.h:
	$(LN_S) ../export/mount.h .

# .EXPORT_ALL_VARIABLES: