1# $OpenBSD: Makefile,v 1.1 2007/10/04 17:46:09 mglocker Exp $ 2 3NOMAN= 4 5PROG= extract 6SRCS= extract.c 7 8.include <bsd.prog.mk> 9