summaryrefslogtreecommitdiff
path: root/distrib/shark/cdroms/Makefile
blob: 78a5db88f641dba1679d0c64473c7c7d1d602c51 (plain)
1
2
3
4
5
6
#       $NetBSD: Makefile,v 1.1 2007/03/06 21:57:22 bouyer Exp $

SUBDIR=		installcd
TARGETS+=	release iso_image

.include <bsd.subdir.mk>
> 2016-04-28Constify rtentry of if_outputozaki-r 2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland 2012-10-27split device_t/softc for all remaining drivers.chs 2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad 2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg 2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka 2009-09-16Pass lmc(4) through 'unifdef -U__FreeBSD__ -U__bsdi__ -U__OpenBSD__dyoung 2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger 2008-11-12Remove LKMs and switch to the module framework, pass 1.ad 2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry 2008-06-27Convert lmc(4) to mutexes, removing ({ }) gcc extension along the way.gmcgarry 2008-06-12use device_lookup_private to get softccegger 2008-04-10use aprint_*_dev and device_xnamecegger 2008-01-10Straggler: change generic ifmedia_X names to lmc_ifmedia_X.dyoung