repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync some manuals from bin & sbin with NetBSD-8
[minix.git]
/
bin
/
stty
/
Makefile
blob
546ee3f260e71e0634aa6986a440d6ba3f19794f
1
# $NetBSD: Makefile,v 1.11 2012/04/04 10:59:44 joerg Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
PROG
=
stty
5
SRCS
=
cchar.c gfmt.c key.c modes.c
print
.c stty.c
6
7
CWARNFLAGS.clang
+= -
Wno-string-plus-int
8
9
.
include
<
bsd.prog.mk
>