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
AMD64 - Fix many compile-time warnings. int/ptr type mismatches, %llx, etc.
[dragonfly.git]
/
usr.bin
/
lastcomm
/
Makefile
blob
a1763167da066f65343ecc9b113e577180a356fa
1
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: src/usr.bin/lastcomm/Makefile,v 1.1.1.1.14.1 2001/10/01 12:51:15 dd Exp $
3
# $DragonFly: src/usr.bin/lastcomm/Makefile,v 1.4 2007/08/27 16:50:55 pavalos Exp $
4
5
PROG
=
lastcomm
6
7
.
include
<
bsd.prog.mk
>