xref: /netbsd/usr.sbin/wsmuxctl/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.1 2001/10/13 20:05:43 augustss Exp $
2
3PROG=	wsmuxctl
4MAN=	wsmuxctl.8
5SRCS=	wsmuxctl.c
6
7.include <bsd.prog.mk>
8