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 2004 Sun Microsystems, Inc. All rights reserved.
26# Use is subject to license terms.
27#
23# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
28# cmd/mkfifo/Makefile
29#
30
31PROG= mkfifo
32OBJS= $(PROG).o common.o
33SRCS= mkfifo.c ../chmod/common.c
34
35include ../Makefile.cmd
36
37CFLAGS += $(CCVERBOSE)
26
27PROG= mkfifo
28OBJS= $(PROG).o common.o
29SRCS= mkfifo.c ../chmod/common.c
30
31include ../Makefile.cmd
32
33CFLAGS += $(CCVERBOSE)
34CERRWARN += -_gcc=-Wno-parentheses
38
39%.o: ../chmod/%.c
40 $(COMPILE.c) -o $@ $<
41
42# The following was derived from the default .c.po rule in the master
43# makefile. It had to be adapted to avoid writing the intermediate (.i)
44# file in ../chmod.
45

--- 30 unchanged lines hidden ---
35
36%.o: ../chmod/%.c
37 $(COMPILE.c) -o $@ $<
38
39# The following was derived from the default .c.po rule in the master
40# makefile. It had to be adapted to avoid writing the intermediate (.i)
41# file in ../chmod.
42

--- 30 unchanged lines hidden ---