Makefile (7014882c) Makefile (d3b5f563)
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#

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

26PROG= rpcinfo
27
28SRCS= $(PROG).c
29
30include ../Makefile.cmd
31
32CPPFLAGS= -DPORTMAP $(CPPFLAGS.master)
33LDLIBS += -lnsl
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#

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

26PROG= rpcinfo
27
28SRCS= $(PROG).c
29
30include ../Makefile.cmd
31
32CPPFLAGS= -DPORTMAP $(CPPFLAGS.master)
33LDLIBS += -lnsl
34CERRWARN += -_gcc=-Wno-uninitialized
34CERRWARN += $(CNOWARN_UNINIT)
35
36.KEEP_STATE:
37
38all: $(PROG)
39
40install: all $(ROOTPROG)
41
42clean:
43
44lint: lint_PROG
45
46include ../Makefile.targ
35
36.KEEP_STATE:
37
38all: $(PROG)
39
40install: all $(ROOTPROG)
41
42clean:
43
44lint: lint_PROG
45
46include ../Makefile.targ