File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libpdel / net / test / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:25:53 2012 UTC (12 years, 4 months ago) by misho
Branches: libpdel, MAIN
CVS tags: v0_5_3, HEAD
libpdel

# $Id: Makefile,v 1.1.1.1 2012/02/21 23:25:53 misho Exp $

PREFIX?=	/usr/local
PROGS=		arptest iftest
CFLAGS+=	-I${PREFIX}/include
LDFLAGS+=	-L${PREFIX}/lib -lpdel -lcrypto -lssl -lnetgraph \
		-lradius -lexpat -pthread

all:	${PROGS}

clean cleandir:
	rm -f ${PROGS}

${PROG}:	${PROG}.c
	cc ${CFLAGS} ${.ALLSRC} -o ${.TARGET}

.include "../../Makefile.inc"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>