]> git.pld-linux.org Git - packages/chkrootkit.git/blame - chkrootkit-nostrip.patch
fixed a small typo
[packages/chkrootkit.git] / chkrootkit-nostrip.patch
CommitLineData
069219cd 1diff -Nru chkrootkit-0.35/Makefile chkrootkit-0.35-new/Makefile
2--- chkrootkit-0.35/Makefile Fri Jan 18 18:06:09 2002
3+++ chkrootkit-0.35-new/Makefile Tue Feb 12 22:55:46 2002
4@@ -29,27 +29,27 @@
5
6 chklastlog: chklastlog.c
7 ${CC} ${CFLAGS} -o $@ chklastlog.c
8- @strip $@
9+
10
11 chkwtmp: chkwtmp.c
12 ${CC} ${CFLAGS} -o $@ chkwtmp.c
13- @strip $@
14+
15
16 ifpromisc: ifpromisc.c
17 ${CC} ${CFLAGS} ${LDFLAGS} -o $@ ifpromisc.c
18- @strip $@
19+
20
21 chkproc: chkproc.c
22 ${CC} ${LDFLAGS} -o $@ chkproc.c
23- @strip $@
24+
25
26 check_wtmpx: check_wtmpx.c
27 ${CC} ${LDFLAGS} -o $@ check_wtmpx.c
28- @strip $@
29+
30
31 strings: strings.c
32 ${CC} ${STATIC} ${LDFLAGS} -o $@ strings.c
33- @strip $@
34+
35
36 clean:
37 rm -f ${OBJS} core chklastlog chkwtmp ifpromisc chkproc check_wtmpx strings
This page took 0.214251 seconds and 4 git commands to generate.