repo.or.cz
/
dragonfly
/
port-amd64.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Modify assembler to ignore carriage returns in input.
[dragonfly/port-amd64.git]
/
usr.bin
/
jot
/
Makefile
blob
acc8e38cdced682bf6aadcd5c05574ece8ed68d9
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $DragonFly: src/usr.bin/jot/Makefile,v 1.2 2004/07/31 10:23:11 eirikn Exp $
3
4
PROG
=
jot
5
6
WARNS?
=
6
7
8
.
include
<
bsd.prog.mk
>