Makefile (24fe0b3bf671e123467ce1df0b67cadd3614c8e4) | Makefile (7a286c471efbab8562f7655a82931904703fffe0) |
---|---|
1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 29 unchanged lines hidden (view full) --- 38SPPROG= clri 39MNTTAB= mnttab 40DEFAULTFILES= fs.dfl 41 42include ../Makefile.cmd 43 44SUBDIR1= lofs zfs 45SUBDIR2= dev fd pcfs nfs hsfs proc ctfs udfs ufs tmpfs cachefs \ | 1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 29 unchanged lines hidden (view full) --- 38SPPROG= clri 39MNTTAB= mnttab 40DEFAULTFILES= fs.dfl 41 42include ../Makefile.cmd 43 44SUBDIR1= lofs zfs 45SUBDIR2= dev fd pcfs nfs hsfs proc ctfs udfs ufs tmpfs cachefs \ |
46 autofs mntfs objfs sharefs smbclnt | 46 autofs mntfs objfs sharefs smbclnt reparsed |
47SUBDIRS= $(SUBDIR1) $(SUBDIR2) 48I18NDIRS= $(SUBDIR2) 49 50CLOBBERFILES += $(POFILES_XPG4) 51 52all:= TARGET= all 53install:= TARGET= install 54clean:= TARGET= clean --- 152 unchanged lines hidden --- | 47SUBDIRS= $(SUBDIR1) $(SUBDIR2) 48I18NDIRS= $(SUBDIR2) 49 50CLOBBERFILES += $(POFILES_XPG4) 51 52all:= TARGET= all 53install:= TARGET= install 54clean:= TARGET= clean --- 152 unchanged lines hidden --- |