Makefile.libstand (7c478bd9) Makefile.libstand (edb432dd)
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 2004 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 2004 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26# ident "%Z%%M% %I% %E% SMI"
27#
28
26
29SRCS += \
30 stat.c \
31 uname.c
27SRCS += stat.c
32
33%.o: ../../libstand/%.c
34 $(COMPILE.c) $<
35 $(CTFCONVERT_O)
36
37%.ln: ../../libstand/%.c
38 $(LINT.c) -c $<
28
29%.o: ../../libstand/%.c
30 $(COMPILE.c) $<
31 $(CTFCONVERT_O)
32
33%.ln: ../../libstand/%.c
34 $(LINT.c) -c $<