repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.bin
/
ul
/
Makefile
blob
1ca7d3dc3360c8ad1de1073368a3f06628224c1b
1
# $NetBSD: Makefile,v 1.4 1997/10/14 01:40:20 lukem Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
ul
5
DPADD
= ${
LIBTERMCAP
}
6
LDADD
= -
ltermcap
7
8
.
include
<
bsd.prog.mk
>