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
libc, libutil: remove compat hacks
[minix.git]
/
commands
/
fix
/
Makefile
blob
468e9bc3bca1a361922a2a93718da81a5fa84150
1
PROG
=
fix
2
MAN
=
3
4
# LSC Force fix to use its local definition of getline
5
CPPFLAGS.fix.c
+= -
D__NBSD_LIBC
6
7
.
include
<
bsd.prog.mk
>