diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-06-15 18:44:31 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-06-15 18:44:31 +0200 |
commit | 6e047f852cb052cf4cbc50799373c5f13382540d (patch) | |
tree | 4a1c20c7176d1de5d22d83dca57c52b7942394c3 | |
parent | 7877d064a4318fb550b3cbcf64f0ec605e4a53e2 (diff) |
Add the procfs translator to prog-subdirs
* Makefile (prog-subdirs): Add procfs.
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ prog-subdirs = auth proc exec init term \ console-client utils sutils \ benchmarks fstests \ random \ + procfs \ ifeq ($(HAVE_SUN_RPC),yes) prog-subdirs += nfs nfsd |