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
Correct math and limerick.
[dragonfly.git]
/
usr.bin
/
expand
/
Makefile
blob
b204a785a090def185d0c6e0a5471bba2a539008
1
# From: @(#)Makefile 8.1 (Berkeley) 6/9/93
2
# $FreeBSD: src/usr.bin/expand/Makefile,v 1.2.6.2 2002/07/09 10:42:30 tjr Exp $
3
# $DragonFly: src/usr.bin/expand/Makefile,v 1.4 2007/08/27 16:50:53 pavalos Exp $
4
5
PROG
=
expand
6
MLINKS
=
expand
.1
unexpand
.1
7
8
.
include
<
bsd.prog.mk
>