repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libcrypt: Fix symbol conflict with LIBRECRYPTO.
[dragonfly.git]
/
bin
/
notty
/
Makefile
blob
aa4db274a5d4697ecf001f74feba81fdd2026af1
1
#
2
# $DragonFly: src/bin/notty/Makefile,v 1.1 2008/05/27 17:10:49 dillon Exp $
3
4
PROG
=
notty
5
SRCS
=
notty.c
6
MAN
=
notty
.1
7
8
.
include
<
bsd.prog.mk
>