|
|
@ -20,8 +20,8 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
--- ./Makefile.orig Sat Mar 8 14:21:31 2003
|
|
|
|
+++ ./Makefile Sat Mar 8 14:31:15 2003
|
|
|
|
--- ./Makefile.orig 2003-12-26 18:34:10.000000000 -0300
|
|
|
|
+++ ./Makefile 2003-12-28 15:25:55.000000000 -0300
|
|
|
|
@@ -7,6 +7,8 @@
|
|
|
|
CFLAGS = -DHAVE_LASTLOG_H |
|
|
|
STATIC = -static |
|
|
@ -34,7 +34,7 @@ |
|
|
|
@@ -63,3 +65,6 @@
|
|
|
|
|
|
|
|
clean: |
|
|
|
rm -f ${OBJS} core chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings |
|
|
|
rm -f ${OBJS} core chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings-static |
|
|
|
+
|
|
|
|
+install: sense
|
|
|
|
+ cp -vf chkrootkit chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings $(SBIN)
|
|
|
|
+ cp -vf chkrootkit chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings-static $(SBIN)
|