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
nrelease: Clean up a bit the 'clean' target
[dragonfly.git]
/
usr.bin
/
uudecode
/
Makefile
blob
bcb4f5c8a5be160805b0c5def6fb8645b20eae85
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: src/usr.bin/uudecode/Makefile,v 1.1.1.1.14.2 2002/10/20 14:38:53 fanf Exp $
3
4
PROG
=
uudecode
5
LINKS
= ${
BINDIR
}/
uudecode
${
BINDIR
}/
b64decode
6
NOMAN
=
noman
7
8
.
include
<
bsd.prog.mk
>