diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-19 16:06:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-19 16:06:40 +0000 |
commit | c050d69102727367806425d7ba6588e3c58815cf (patch) | |
tree | bf3362f8745aa6cd301b6ad66153b42ee813985a | |
parent | b86c25cb8346376689c336273f707c200dbbe115 (diff) |
pretty
-rw-r--r-- | lib/libexpat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libexpat/Makefile b/lib/libexpat/Makefile index 8d216eed575..bc4978c6309 100644 --- a/lib/libexpat/Makefile +++ b/lib/libexpat/Makefile @@ -1,4 +1,5 @@ -# $OpenBSD: Makefile,v 1.5 2007/10/19 14:29:41 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2007/10/19 16:06:39 deraadt Exp $ + .PATH: ${.CURDIR}/lib LIB= expat |