ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/ihost-perl/plugins/freebsd/Makefile
(Generate patch)

Comparing projects/cms/source/host/ihost-perl/plugins/freebsd/Makefile (file contents):
Revision 1.1 by tdb, Tue Mar 19 10:45:30 2002 UTC vs.
Revision 1.3 by tdb, Thu Apr 4 17:17:17 2002 UTC

# Line 3 | Line 3
3   # where libukcprog can be found for compiling
4   LIBUKCPROG = ../libukcprog
5  
6 < CFLAGS = -O3 -Wall
6 > CFLAGS = -O3 -Wall
7  
8   INCLUDES = -I${LIBUKCPROG}
9 < LIBS = -L${LIBUKCPROG} -lukcprog
9 > LIBS = -L${LIBUKCPROG} -lukcprog -lkvm
10  
11   all: freebsd
12  
# Line 18 | Line 18 | freebsd.o: freebsd.c ${LIBUKCPROG}/ukcprog.h
18  
19   freebsd: freebsd.o ${LIBUKCPROG}/libukcprog.a
20          ${CC} -static ${CFLAGS} -o freebsd freebsd.o ${LIBS}
21 +        chgrp kmem freebsd
22 +        chmod g+s freebsd
23  
24   clean:
25          rm -f freebsd freebsd.o

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines