1# $OpenBSD: Makefile,v 1.3 2020/10/21 22:53:56 bluhm Exp $ 2 3LIB= gadgetsyscall 4SRCS= gadgetsyscall.c 5 6regress: all 7 8.include <bsd.lib.mk> 9