blob: 4ab079086e47d36db0a95ebedd76604602382843 (
plain)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile,v 1.1 2014/12/23 17:16:03 deraadt Exp $
PROG= stty
SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c
.PATH: ${.CURDIR}/../../../bin/stty
.include <bsd.prog.mk>
|