1# $OpenBSD: Makefile,v 1.6 2001/09/02 18:45:41 jakob Exp $ 2 3PROG= nc 4SRCS= netcat.c atomicio.c socks.c 5 6.include <bsd.prog.mk> 7