1955cf67bSBrooks Davis# $OpenBSD: Makefile,v 1.9 2004/05/04 12:52:05 henning Exp $ 27f3dea24SPeter Wemm# $FreeBSD$ 3955cf67bSBrooks Davis# 4955cf67bSBrooks Davis# Copyright (c) 1996, 1997 The Internet Software Consortium. 5955cf67bSBrooks Davis# All rights reserved. 6955cf67bSBrooks Davis# 7955cf67bSBrooks Davis# Redistribution and use in source and binary forms, with or without 8955cf67bSBrooks Davis# modification, are permitted provided that the following conditions 9955cf67bSBrooks Davis# are met: 10955cf67bSBrooks Davis# 11955cf67bSBrooks Davis# 1. Redistributions of source code must retain the above copyright 12955cf67bSBrooks Davis# notice, this list of conditions and the following disclaimer. 13955cf67bSBrooks Davis# 2. Redistributions in binary form must reproduce the above copyright 14955cf67bSBrooks Davis# notice, this list of conditions and the following disclaimer in the 15955cf67bSBrooks Davis# documentation and/or other materials provided with the distribution. 16955cf67bSBrooks Davis# 3. Neither the name of The Internet Software Consortium nor the names of its 17955cf67bSBrooks Davis# contributors may be used to endorse or promote products derived 18955cf67bSBrooks Davis# from this software without specific prior written permission. 19955cf67bSBrooks Davis# 20955cf67bSBrooks Davis# THIS SOFTWARE IS PROVIDED BY THE INTERNET SOFTWARE CONSORTIUM AND 21955cf67bSBrooks Davis# CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, 22955cf67bSBrooks Davis# BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 23955cf67bSBrooks Davis# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 24955cf67bSBrooks Davis# THE INTERNET SOFTWARE CONSORTIUM OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 25955cf67bSBrooks Davis# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 26955cf67bSBrooks Davis# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 27955cf67bSBrooks Davis# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 28955cf67bSBrooks Davis# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 29955cf67bSBrooks Davis# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 30955cf67bSBrooks Davis# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 31955cf67bSBrooks Davis# OF THE POSSIBILITY OF SUCH DAMAGE. 32955cf67bSBrooks Davis# 33914345e3SDavid E. O'Brien 34955cf67bSBrooks Davis.include <bsd.own.mk> 35a20d7fd0SDavid E. O'Brien 36955cf67bSBrooks DavisSRCS= dhclient.c clparse.c alloc.c dispatch.c hash.c bpf.c options.c \ 37955cf67bSBrooks Davis tree.c conflex.c errwarn.c inet.c packet.c convert.c tables.c \ 38955cf67bSBrooks Davis parse.c privsep.c 39d52ccfe3SMurray Stokely 40955cf67bSBrooks DavisPROG= dhclient 4143c56a9bSBrooks DavisSCRIPTS=dhclient-script 42955cf67bSBrooks DavisMAN= dhclient.8 dhclient.conf.5 dhclient.leases.5 dhclient-script.8 43d52ccfe3SMurray Stokely 44955cf67bSBrooks DavisCFLAGS+=-Wall 45d52ccfe3SMurray Stokely 46955cf67bSBrooks Davis.include <bsd.prog.mk> 47