From 99576d7c4086690dfa31f66fbaf033e6118c5250 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 12 Sep 2024 22:37:03 -0600 Subject: [PATCH] fixy da makeyfile mayhaps or even perchance --- .secure-delete/Makefile | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.secure-delete/Makefile b/.secure-delete/Makefile index 6d7b268..0ca3fc4 100644 --- a/.secure-delete/Makefile +++ b/.secure-delete/Makefile @@ -1,19 +1,10 @@ CC=gcc OPT=-O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -#OPT=-Wall -D_DEBUG_ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE INSTALL_DIR=/usr/local/bin MAN_DIR=/usr/local/man -DOC_DIR=/usr/share/doc/secure_delete OPT_MOD=-D__KERNEL__ -DMODULE -fomit-frame-pointer -fno-strict-aliasing -pipe -#LD_MOD=-r all: sdel-lib.o srm sfill sswap smem - @echo - @echo "A Puritan is someone who is deathly afraid that someone, somewhere, is" - @echo "having fun." - @echo - @echo "I hope YOU have fun!" - @echo sdel-lib.o: sdel-lib.c $(CC) ${OPT} -c sdel-lib.c @@ -41,11 +32,4 @@ install: all chmod 711 ${INSTALL_DIR}/srm ${INSTALL_DIR}/sfill ${INSTALL_DIR}/sswap ${INSTALL_DIR}/smem ${INSTALL_DIR}/the_cleaner.sh mkdir -p -m 755 ${MAN_DIR}/man1 2> /dev/null cp -f srm.1 sfill.1 sswap.1 smem.1 ${MAN_DIR}/man1 - chmod 644 ${MAN_DIR}/man1/srm.1 ${MAN_DIR}/man1/sfill.1 ${MAN_DIR}/man1/sswap.1 ${MAN_DIR}/man1/smem.1 - mkdir -p -m 755 ${DOC_DIR} 2> /dev/null - cp -f CHANGES FILES README secure_delete.doc usenix6-gutmann.doc ${DOC_DIR} - #-test -e sdel-mod.o && cp -f sdel-mod.o /lib/modules/`uname -r`/kernel/drivers/char -# @-test '!' -e sdel-mod.o -a `uname -s` = 'Linux' && echo "type \"make sdel-mod install\" to compile and install the Linux loadable kernel module for secure delete" - @echo - @echo "If men could get pregnant, abortion would be a sacrament." - @echo + chmod 644 ${MAN_DIR}/man1/srm.1 ${MAN_DIR}/man1/sfill.1 ${MAN_DIR}/man1/sswap.1 ${MAN_DIR}/man1/smem.1 \ No newline at end of file