Makefile revision 8793b36b40d14ad0a0fecc97738dc118a928f46c
5adf19852c0d5af7188664bcb9d9e6175b46c7aevboxsync# CDDL HEADER START
5adf19852c0d5af7188664bcb9d9e6175b46c7aevboxsync# The contents of this file are subject to the terms of the
5adf19852c0d5af7188664bcb9d9e6175b46c7aevboxsync# Common Development and Distribution License (the "License").
5adf19852c0d5af7188664bcb9d9e6175b46c7aevboxsync# You may not use this file except in compliance with the License.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# See the License for the specific language governing permissions
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# and limitations under the License.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# When distributing Covered Code, include this CDDL HEADER in each
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# If applicable, add the following below this CDDL HEADER, with the
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync# CDDL HEADER END
2a0df675904e3973a6fee2a3a995ee58a74e31d6vboxsync# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
27537ffef7291d0bb3a24e459a6b94c65586defevboxsync# Use is subject to license terms.
a93baf6a4dd93fefbb91dbc1cc45a4ae1bcd18eevboxsyncLOCAL_OBJS = bootp.o dhcp.o dhcptab.o encode.o generic.o hash.o icmp.o \
a93baf6a4dd93fefbb91dbc1cc45a4ae1bcd18eevboxsync interfaces.o logging.o main.o misc.o per_dnet.o relay.o
5adf19852c0d5af7188664bcb9d9e6175b46c7aevboxsyncCPPFLAGS += -DNDEBUG -DNPROBE -D_REENTRANT -I./ -I$(CMN_DIR)
$(POST_PROCESS)
%.o: $(CMN_DIR)/%.c
$(RM) $@