diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-01-29 12:15:34 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1999-01-29 12:15:34 +0000 |
| commit | 5a5375540a641a5a88381c64bc325d0b8e44dbbb (patch) | |
| tree | be5724257c9b8667841ff5dad0764dc9e8438500 | |
| parent | 35ea9462db142208332ba6fe901b5e866a0f0c2f (diff) | |
Notes
| -rw-r--r-- | lib/libfetch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 0be36ffbfd15..eca5466d168f 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -1,5 +1,6 @@ -# $Id: Makefile,v 1.10 1998/12/16 10:24:52 des Exp $ +# $Id: Makefile,v 1.11 1998/12/18 14:32:47 des Exp $ +MAINTAINER= des@freebsd.org LIB= fetch CFLAGS+= -I. -Wall -pedantic .if !defined(DEBUG) |
