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
/
ul
/
Makefile
blob
8c8f59d9f48d222b371b7a6f4180ff2251d5a0ab
1
# $NetBSD: Makefile,v 1.6 2010/02/03 15:34:46 roy Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
ul
5
DPADD
= ${
LIBTERMINFO
}
6
LDADD
= -
lterminfo
7
8
.
include
<
bsd.prog.mk
>