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
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
usr.bin
/
lam
/
Makefile
blob
88e77b206879a68733a679bbf4ab6af2359975f9
1
# $NetBSD: Makefile,v 1.5 2011/08/16 10:37:21 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
lam
5
6
COPTS.lam.c
+= -
Wno-format-nonliteral
7
8
.
include
<
bsd.prog.mk
>