003 File Manager
Current Path:
/usr/src/sbin/gbde
usr
/
src
/
sbin
/
gbde
/
📁
..
📄
Makefile
(697 B)
📄
Makefile.depend
(347 B)
📄
gbde.8
(7.37 KB)
📄
gbde.c
(21.21 KB)
📄
image.uu
(199.81 KB)
📄
template.txt
(1.03 KB)
📄
test.sh
(1.69 KB)
Editing: Makefile
# $FreeBSD$ PACKAGE=runtime PROG= gbde SRCS= gbde.c template.c SRCS+= rijndael-alg-fst.c SRCS+= rijndael-api-fst.c SRCS+= sha512c.c SRCS+= g_bde_lock.c # rijndael-fst.c does evil casting things which can results in warnings, # the test-vectors check out however, so it works right. NO_WCAST_ALIGN= NO_WMISSING_VARIABLE_DECLARATIONS= CFLAGS+= -I${SRCTOP}/sys .PATH: ${SRCTOP}/sys/geom/bde \ ${SRCTOP}/sys/crypto/rijndael \ ${SRCTOP}/sys/crypto/sha2 CLEANFILES+= template.c MAN= gbde.8 LIBADD= md util geom template.c: template.txt file2c 'const char template[] = {' ',0};' \ < ${.CURDIR}/template.txt > template.c test: ${PROG} sh ${.CURDIR}/test.sh ${.CURDIR} .include <bsd.prog.mk>
Upload File
Create Folder