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 (13 years, 4 months ago) by misho
Branches: libpdel, MAIN
CVS tags: v0_5_3, HEAD
libpdel

    1: # $Id: Makefile,v 1.1.1.1 2012/02/21 23:25:53 misho Exp $
    2: 
    3: PREFIX?=	/usr/local
    4: PROGS=		arptest iftest
    5: CFLAGS+=	-I${PREFIX}/include
    6: LDFLAGS+=	-L${PREFIX}/lib -lpdel -lcrypto -lssl -lnetgraph \
    7: 		-lradius -lexpat -pthread
    8: 
    9: all:	${PROGS}
   10: 
   11: clean cleandir:
   12: 	rm -f ${PROGS}
   13: 
   14: ${PROG}:	${PROG}.c
   15: 	cc ${CFLAGS} ${.ALLSRC} -o ${.TARGET}
   16: 
   17: .include "../../Makefile.inc"

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