diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-08-30 01:57:55 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-08-30 01:57:55 +0000 |
| commit | 8deb7ff0b0393b45f5e77e90c23f2ba28402e179 (patch) | |
| tree | 01434abd81526eb1cd5755278805df6453c1e290 /lib/libmd | |
| parent | a804ec2201026a8b2eae0037e231c75457592ec0 (diff) | |
Notes
Diffstat (limited to 'lib/libmd')
| -rw-r--r-- | lib/libmd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libmd/Makefile b/lib/libmd/Makefile index 96c2d0a55a9f..3ed3d558029a 100644 --- a/lib/libmd/Makefile +++ b/lib/libmd/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.24 1997/09/05 11:49:43 peter Exp $ +# $Id: Makefile,v 1.25 1998/03/19 15:27:08 bde Exp $ LIB= md -.if ${BINFORMAT} != elf +.if ${OBJFORMAT} != elf NOPIC= true .endif SRCS= md2c.c md4c.c md5c.c md2hl.c md4hl.c md5hl.c |
