]> git.pld-linux.org Git - packages/chkrootkit.git/blame - chkrootkit-nostrip.patch
This commit was manufactured by cvs2git to create branch 'RA-
[packages/chkrootkit.git] / chkrootkit-nostrip.patch
CommitLineData
6eecdcbe 1diff -Nur chkrootkit-0.43.orig/Makefile chkrootkit-0.43/Makefile
2--- chkrootkit-0.43.orig/Makefile 2003-12-26 22:34:10.000000000 +0100
3+++ chkrootkit-0.43/Makefile 2003-12-30 08:45:32.080634896 +0100
abb05b7a 4@@ -35,31 +35,24 @@
069219cd 5
6 chklastlog: chklastlog.c
7 ${CC} ${CFLAGS} -o $@ chklastlog.c
8- @strip $@
069219cd 9
10 chkwtmp: chkwtmp.c
11 ${CC} ${CFLAGS} -o $@ chkwtmp.c
12- @strip $@
069219cd 13
14 ifpromisc: ifpromisc.c
15 ${CC} ${CFLAGS} ${LDFLAGS} -o $@ ifpromisc.c
16- @strip $@
069219cd 17
18 chkproc: chkproc.c
19 ${CC} ${LDFLAGS} -o $@ chkproc.c
20- @strip $@
abb05b7a
SZ
21
22 chkdirs: chkdirs.c
23 ${CC} ${LDFLAGS} -o $@ chkdirs.c
24- @strip $@
069219cd 25
26 check_wtmpx: check_wtmpx.c
27 ${CC} ${LDFLAGS} -o $@ check_wtmpx.c
28- @strip $@
069219cd 29
6eecdcbe 30 strings-static: strings.c
069219cd 31 ${CC} ${STATIC} ${LDFLAGS} -o $@ strings.c
32- @strip $@
069219cd 33
34 clean:
6eecdcbe 35 rm -f ${OBJS} core chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings-static
This page took 0.088156 seconds and 4 git commands to generate.