blob: ea4086283a2acc4143c3fe085c40281ba6f90cb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.2 2003/09/13 20:18:10 lukem Exp $
.include <bsd.own.mk>
SCRIPTS=xon.sh
MAN= xon.1
.PATH: ${X11SRCDIR.xc}/programs/scripts
.include <bsd.x11.mk>
.include <bsd.prog.mk>
|