Makefile (4c87aefe8930bd07275b8dd2e96ea5f24d93a52e) Makefile (aee33e58f237f0d3cfeab24295f491937f0f7c79)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source. A copy of the CDDL is also available via the Internet at

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

46 $(LINK.c) -o $@ $(OBJS) $(LDFLAGS) $(LDLIBS)
47 $(POST_PROCESS)
48
49install: all $(ROOTUSRSBINPROG)
50
51clean:
52 $(RM) $(OBJS) $(CLEANFILES)
53
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source. A copy of the CDDL is also available via the Internet at

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

46 $(LINK.c) -o $@ $(OBJS) $(LDFLAGS) $(LDLIBS)
47 $(POST_PROCESS)
48
49install: all $(ROOTUSRSBINPROG)
50
51clean:
52 $(RM) $(OBJS) $(CLEANFILES)
53
54lint: lint_SRCS
55
56include ../Makefile.targ
57
58%.o: $(CONTRIB)/freebsd/lib/libutil/%.c
59 $(COMPILE.c) -o $@ $<
60 $(POST_PROCESS_O)
54include ../Makefile.targ
55
56%.o: $(CONTRIB)/freebsd/lib/libutil/%.c
57 $(COMPILE.c) -o $@ $<
58 $(POST_PROCESS_O)