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#

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

18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
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#

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

18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26# ident "%Z%%M% %I% %E% SMI"
27#
28# cmd/fuser/Makefile
29
30PROG= fuser
31
32include ../Makefile.cmd
33
26
27PROG= fuser
28
29include ../Makefile.cmd
30
31CERRWARN += -_gcc=-Wno-parentheses
34LDLIBS += -lkstat -ldevinfo
35
36ROOTSYMLINK= $(ROOTETCPROG)
37
38.KEEP_STATE:
39
40all: $(PROG)
41
42install: all $(ROOTUSRSBINPROG) $(ROOTSYMLINK)
43
44$(ROOTSYMLINK):
45 $(RM) $@; $(SYMLINK) ../usr/sbin/$(PROG) $@
46
47clean:
48
49lint: lint_PROG
50
51include ../Makefile.targ
32LDLIBS += -lkstat -ldevinfo
33
34ROOTSYMLINK= $(ROOTETCPROG)
35
36.KEEP_STATE:
37
38all: $(PROG)
39
40install: all $(ROOTUSRSBINPROG) $(ROOTSYMLINK)
41
42$(ROOTSYMLINK):
43 $(RM) $@; $(SYMLINK) ../usr/sbin/$(PROG) $@
44
45clean:
46
47lint: lint_PROG
48
49include ../Makefile.targ