blob: 27f0e1c5ae247235410fb9af14562fa18e3c2bc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
.include <bsd.own.mk>
SCRIPTS=xon.sh
MAN= xon.1
.PATH: ${X11SRCDIR.xc}/programs/scripts
.include <bsd.x11.mk>
.include <bsd.prog.mk>
|