initial import (Boeing r1752, NRL r878)
This commit is contained in:
commit
f8f46d28be
394 changed files with 99738 additions and 0 deletions
27
kernel/freebsd/ng_pipe/Makefile
Normal file
27
kernel/freebsd/ng_pipe/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
#
|
||||
# (c)2008 the Boeing Company
|
||||
#
|
||||
# modified ng_pipe node
|
||||
#
|
||||
.if !defined(PLATFORM)
|
||||
#PLATFORM=i386
|
||||
PLATFORM=amd64
|
||||
.endif
|
||||
|
||||
CFLAGS=-DBOEING_WLAN -I/usr/src/sys/${PLATFORM}/compile/CORE
|
||||
|
||||
KMOD= ng_pipe
|
||||
|
||||
SRCS= ng_pipe.c
|
||||
|
||||
#MAN= ng_pipe.4
|
||||
|
||||
# FreeBSD 4.11 is "FreeBSD" and 7.0 is "freebsd7.0"
|
||||
#.if defined(OSTYPE)
|
||||
#.if (${OSTYPE} == "FreeBSD")
|
||||
#CFLAGS+=-DFREEBSD411
|
||||
#SRCS= ng_pipe_freebsd4.c
|
||||
#.endif
|
||||
#.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Add table
Add a link
Reference in a new issue