xref: /netbsd-src/usr.sbin/wsmuxctl/Makefile (revision a93ea220fcb3e34cdfdcd4d7a5d391e0b2b4f2ba)
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