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
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
usr.bin
/
uuencode
/
Makefile
blob
ddceae4a1160fca7d2cadff74ed5ff590c9eaf2d
1
# $NetBSD: Makefile,v 1.5 1995/12/05 03:02:31 jtc Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
uuencode
5
MAN
=
uuencode
.1
uuencode
.5
6
MLINKS
=
uuencode
.1
uudecode
.1
7
8
.
include
<
bsd.prog.mk
>