2 # Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
3 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
4 # Copyright (c) 2018, Joyent, Inc.
8 OBJS
= bsd-comp.o deflate.o pppdump.o zlib.o
11 include ..
/..
/..
/Makefile.cmd
13 CPPFLAGS
+= -DPPP_DEFS_IN_NET
15 CERRWARN
+= -Wno-implicit-function-declaration
16 CERRWARN
+= -Wno-parentheses
17 CERRWARN
+= -Wno-unused-variable
18 CERRWARN
+= -Wno-uninitialized
28 $(LINK.c
) $(OBJS
) -o
$@
$(LDLIBS
)
31 install: all $(ROOTPROG
)
37 include ..
/..
/..
/Makefile.targ