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
Build glue for mdocml and for mandoc as standalone tool.
[netbsd-mini2440.git]
/
usr.bin
/
last
/
Makefile
blob
6e72a8c773ca1583934dbf3879ce2d71f3faa618
1
# $NetBSD: Makefile,v 1.6 2003/02/17 15:08:57 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
last
5
CPPFLAGS
+=-
DSUPPORT_UTMPX
-
DSUPPORT_UTMP
6
7
LDADD
=-
lutil
8
DPADD
=${
LIBUTIL
}
9
10
.
include
<
bsd.prog.mk
>