blob: b934f4d164bc03bce1a393f5b6f434d75fd75a0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.9 2006/03/11 11:12:34 kim Exp $
#
DISTNAME= logtime-1.2
CATEGORIES= sysutils time
MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
MAINTAINER= kim@tac.nyc.ny.us
COMMENT= Prints date and time in a standard format
.include "../../mk/bsd.prefs.mk"
NO_CONFIGURE= yes
MAKE_FLAGS+= PREFIX=${PREFIX}
BUILD_TARGET= all
INSTALL_TARGET= install
.include "../../mk/bsd.pkg.mk"
|