diff options
| author | sabdar <none@none> | 2007-12-06 13:38:06 -0800 |
|---|---|---|
| committer | sabdar <none@none> | 2007-12-06 13:38:06 -0800 |
| commit | 69987563713261563f769bf902be7fd10691efc4 (patch) | |
| tree | de58c514172940ec68fd47155ba92eea267fbe37 /usr/src/cmd/Makefile | |
| parent | 2c32020f848d8e5619a1f441a92f0ee4aca1b297 (diff) | |
| download | illumos-joyent-69987563713261563f769bf902be7fd10691efc4.tar.gz | |
PSARC 2007/397 NDMP Service
6609930 NDMP Service - PSARC/2007/397
6636373 in_peer token doesn't do well if optional
Diffstat (limited to 'usr/src/cmd/Makefile')
| -rw-r--r-- | usr/src/cmd/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/cmd/Makefile b/usr/src/cmd/Makefile index 87be2449f5..01c00817c7 100644 --- a/usr/src/cmd/Makefile +++ b/usr/src/cmd/Makefile @@ -449,6 +449,9 @@ $(CLOSED_BUILD)COMMON_SUBDIRS += \ $(CLOSED)/cmd/localedef \ $(CLOSED)/cmd/more_xpg4 \ $(CLOSED)/cmd/mtst \ + $(CLOSED)/cmd/ndmpadm \ + $(CLOSED)/cmd/ndmpd \ + $(CLOSED)/cmd/ndmpstat \ $(CLOSED)/cmd/od \ $(CLOSED)/cmd/patch \ $(CLOSED)/cmd/pax \ @@ -715,6 +718,8 @@ $(CLOSED_BUILD)MSGSUBDIRS += \ $(CLOSED)/cmd/llc2 \ $(CLOSED)/cmd/localedef \ $(CLOSED)/cmd/more_xpg4 \ + $(CLOSED)/cmd/ndmpadm \ + $(CLOSED)/cmd/ndmpstat \ $(CLOSED)/cmd/od \ $(CLOSED)/cmd/patch \ $(CLOSED)/cmd/pax \ |
