summaryrefslogtreecommitdiff
path: root/usr.bin/shuffle/Makefile
blob: e5e1c4ef23fa9555ad2f12135312402aef1d2283 (plain)
1
2
3
4
5
6
7
8
#	$NetBSD: Makefile,v 1.2 2006/08/26 18:17:43 christos Exp $

PROG=	shuffle

LDADD+=-lutil
DPADD+=${LIBUTIL}

.include <bsd.prog.mk>
09-12-12Use linker script to make __start/stop_link_set_modules be presentpooka 2009-09-13binutils 2.19 has changed the old behaviour of defining __start_SECTNAMEpooka 2009-05-28Use a bunch of weak symbols to determine which network componentspooka 2009-01-26Convert compile-time SOCKIN_NOTHREADS into runtime rump_threads check.pooka 2008-10-02Add a very simplistic PF_INET/SOCK_DGRAM domain/proto implementation,pooka