Makefile (25cf1a30) Makefile (a192e900)
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

--- 22 unchanged lines hidden (view full) ---

31SVCMETHOD= svc-dscp
32
33include ../../../cmd/Makefile.cmd
34
35.KEEP_STATE:
36
37# definitions for installing the manifest
38ROOTMANIFESTDIR = $(ROOTSVCPLATFORMSUN4U)
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

--- 22 unchanged lines hidden (view full) ---

31SVCMETHOD= svc-dscp
32
33include ../../../cmd/Makefile.cmd
34
35.KEEP_STATE:
36
37# definitions for installing the manifest
38ROOTMANIFESTDIR = $(ROOTSVCPLATFORMSUN4U)
39$(ROOTMANIFEST) := FILEMODE = 0444
40
41# definitions for installing the PPP options
42OPTIONS = dscp.ppp.options
43ROOTOPTIONSDIR = $(ROOT)/usr/platform/SUNW,SPARC-Enterprise/lib
44ROOTOPTIONS = $(OPTIONS:%=$(ROOTOPTIONSDIR)/%)
45
46$(ROOTOPTIONSDIR):
47 $(INS.dir)
48
49$(ROOTOPTIONSDIR)/%: %
50 $(INS.file)
51
52all clean clobber lint:
53
54install: $(ROOTMANIFEST) $(ROOTSVCMETHOD) $(ROOTOPTIONS)
55
56check: $(CHKMANIFEST)
39
40# definitions for installing the PPP options
41OPTIONS = dscp.ppp.options
42ROOTOPTIONSDIR = $(ROOT)/usr/platform/SUNW,SPARC-Enterprise/lib
43ROOTOPTIONS = $(OPTIONS:%=$(ROOTOPTIONSDIR)/%)
44
45$(ROOTOPTIONSDIR):
46 $(INS.dir)
47
48$(ROOTOPTIONSDIR)/%: %
49 $(INS.file)
50
51all clean clobber lint:
52
53install: $(ROOTMANIFEST) $(ROOTSVCMETHOD) $(ROOTOPTIONS)
54
55check: $(CHKMANIFEST)
56
57include ../../../cmd/Makefile.targ