Makefile (7c478bd9) Makefile (7014882c)
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, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

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

15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
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, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

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

15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23#ident "%Z%%M% %I% %E% SMI"
24#
25# Copyright (c) 2001 by Sun Microsystems, Inc.
26# All rights reserved.
27#
23# Copyright (c) 2001 by Sun Microsystems, Inc.
24# All rights reserved.
25#
28# cmd/syseventd/modules/devfsadmd_mod/Makefile
29#
30
31LIBRARY = devfsadmd_mod
32
33include ../Makefile.com
34
35CPPFLAGS += -I $(SRC)/cmd/devfsadm
26
27LIBRARY = devfsadmd_mod
28
29include ../Makefile.com
30
31CPPFLAGS += -I $(SRC)/cmd/devfsadm
32CERRWARN += -_gcc=-Wno-parentheses
36
37.KEEP_STATE:
38
39all: $(DYNLIB)
40
41install: all \
42 $(ROOTLIBSYSEVENTDIR) \
43 $(ROOTLIBDIR) \
44 $(ROOTLIBS)
45
46include ../Makefile.targ
33
34.KEEP_STATE:
35
36all: $(DYNLIB)
37
38install: all \
39 $(ROOTLIBSYSEVENTDIR) \
40 $(ROOTLIBDIR) \
41 $(ROOTLIBS)
42
43include ../Makefile.targ