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

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

41all: $(PROG)
42
43$(PROG): $(OBJS)
44 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
45 $(POST_PROCESS)
46
47install: all $(ROOTPROG)
48
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#

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

41all: $(PROG)
42
43$(PROG): $(OBJS)
44 $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
45 $(POST_PROCESS)
46
47install: all $(ROOTPROG)
48
49clean:
49clean:
50 $(RM) $(OBJS)
51
50 $(RM) $(OBJS)
51
52lint: lint_SRCS
53
54include ../Makefile.ucbtarg
52include ../Makefile.ucbtarg