nps: poci/Makefile - add jnetctl

baggins baggins at pld-linux.org
Sat Sep 10 00:46:57 CEST 2005


Author: baggins                      Date: Fri Sep  9 22:46:52 2005 GMT
Module: nps                           Tag: HEAD
---- Log message:
- add jnetctl

---- Files affected:
nps/poci:
   Makefile (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: nps/poci/Makefile
diff -u nps/poci/Makefile:1.5 nps/poci/Makefile:1.6
--- nps/poci/Makefile:1.5	Tue Aug  2 13:14:56 2005
+++ nps/poci/Makefile	Sat Sep 10 00:46:47 2005
@@ -24,7 +24,7 @@
 
 CC = gcc
 
-OPTFLAGS = -O2
+OPTFLAGS = -O2 -Wall
 CFLAGS = $(OPTFLAGS) -I../common
 
 ifeq ($(KERNEL_VERSION),2.6)
@@ -39,6 +39,7 @@
 all:
 	$(CC) $(CFLAGS) -o nws_mc nws_mc.c
 	$(CC) $(CFLAGS) -o nws_hb nws_hb.c
+	$(CC) $(CFLAGS) -o jnetctl jnetctl.c
 	$(CC) $(CFLAGS) -o nws_poci nws_poci.c $(POCI_LDFLAGS)
 
 clean:
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/nps/poci/Makefile?r1=1.5&r2=1.6&f=u




More information about the pld-cvs-commit mailing list