diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-03-31 17:51:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-03-31 17:51:25 +0000 |
commit | d4cb3121161d7721cc1383fb6dd937d46509afea (patch) | |
tree | b710b64fc65413df76e8b640ddb68716d364ba64 /distrib/special/date | |
parent | 8efc9916e0b040c19353f371e42c964916944c19 (diff) |
Make a -DSMALL version of date(1) for the media
Diffstat (limited to 'distrib/special/date')
-rw-r--r-- | distrib/special/date/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/distrib/special/date/Makefile b/distrib/special/date/Makefile new file mode 100644 index 00000000000..c8ec3651357 --- /dev/null +++ b/distrib/special/date/Makefile @@ -0,0 +1,9 @@ +# $OpenBSD: Makefile,v 1.1 2010/03/31 17:51:24 deraadt Exp $ + +PROG= date + +SRCS= date.c +CFLAGS+=-DSMALL +.PATH: ${.CURDIR}/../../../bin/date + +.include <bsd.prog.mk> |