Deleted Added
full compact
Makefile (112584) Makefile (117036)
1# Makefile for ISC DHCP client.
1# Makefile for ISC DHCP client.
2# $FreeBSD: head/sbin/dhclient/Makefile 112584 2003-03-25 03:16:53Z mdodd $
2# $FreeBSD: head/sbin/dhclient/Makefile 117036 2003-06-29 18:46:18Z gordon $
3
4SUBDIR= common dst minires omapip dhcpctl client omshell
5
6
7# Our directory structure confuses crunchgen, so we must explicitly
8# list the requisite object files when building crunched binaries for
9# release floppies.
10

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

47OBJS+= dhcpctl/dhcpctl.o dhcpctl/callback.o dhcpctl/remote.o
48
49# src/release/Makefile (release.4) tries to invokes this makefile with
50# the target set to the list of all objects defined above. This
51# top-level Makefile doesn't actually know how to build those objects
52# though, so we must run ``make all'' instead when we are asked to
53# generate an individual object file.
54
3
4SUBDIR= common dst minires omapip dhcpctl client omshell
5
6
7# Our directory structure confuses crunchgen, so we must explicitly
8# list the requisite object files when building crunched binaries for
9# release floppies.
10

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

47OBJS+= dhcpctl/dhcpctl.o dhcpctl/callback.o dhcpctl/remote.o
48
49# src/release/Makefile (release.4) tries to invokes this makefile with
50# the target set to the list of all objects defined above. This
51# top-level Makefile doesn't actually know how to build those objects
52# though, so we must run ``make all'' instead when we are asked to
53# generate an individual object file.
54
55# Note: Must have some commands here to override the default build action
55${OBJS}: all
56${OBJS}: all
56
57 @true
57.endif
58
59.include <bsd.subdir.mk>
58.endif
59
60.include <bsd.subdir.mk>