#
# Makefile rules for the crypting package
#
KEXT_NAME = crypting
KEXT_SOURCES = src/crypting.c

# include shared GAP package build system
GAPPATH = /startdir/src/gap
include Makefile.gappkg
