# $NetBSD: Makefile.inc,v 1.9 2012/06/19 06:10:09 dholland Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 USE_FORT?= yes # network server BINDIR?= /usr/libexec WARNS?= 5 ra.scholz.ruhr/netbsd/atom/sys/rump/net/lib/libgif?h=trunk' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sys/rump/net/lib/libgif
AgeCommit message (Collapse)Author
2016-01-26Put the kernelside rump kernel headers into <rump-sys> instead ofpooka
sprinkling them around the faction directories. Avoids having to add a CPPFLAGS (or several) to pretty much every component Makefile. Leave compat headers around in the old locations. The commit changes some autogenerated files, but I'll fix the generators shortly and regen.
2015-11-04if_gif supports rump now.knakahara