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 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# cmd/rpcsvc/rpc.bootparamd/Makefile
29
30PROG= rpc.bootparamd
31MANIFEST= bootparams.xml
32
33OBJS= bootparam_ip_route.o bootparam_prot_svc.o \
34 bootparam_prot_xdr.o bootparam_subr.o
35
36include ../Makefile.rpc
37
38CPPFLAGS= -I. $(CPPFLAGS.master)
26
27PROG= rpc.bootparamd
28MANIFEST= bootparams.xml
29
30OBJS= bootparam_ip_route.o bootparam_prot_svc.o \
31 bootparam_prot_xdr.o bootparam_subr.o
32
33include ../Makefile.rpc
34
35CPPFLAGS= -I. $(CPPFLAGS.master)
36CERRWARN += -_gcc=-Wno-parentheses
39CFLAGS += -DSYSV
40LDLIBS += -lsocket -lnsl
41
42SRCS= $(OBJS:%.o=%.c)
43
44.KEEP_STATE:
45
46all: $(PROG)

--- 17 unchanged lines hidden ---
37CFLAGS += -DSYSV
38LDLIBS += -lsocket -lnsl
39
40SRCS= $(OBJS:%.o=%.c)
41
42.KEEP_STATE:
43
44all: $(PROG)

--- 17 unchanged lines hidden ---