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

TOP	 = ../../

include $(TOP)rules.mk

all install::	mount.h
	@:

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

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

# .EXPORT_ALL_VARIABLES: