projects
/
nfs-utils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added TOP, as needed, for easier compile in subdirectories
[nfs-utils.git]
/
support
/
Makefile
1
#
2
# Makefile for linux-nfs/support
3
#
4
5
TOP = ../
6
SUBDIRS = include nfs export lib misc rpc gssapi
7
.DEFAULT: all
8
9
include $(TOP)rules.mk
10