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

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