diff options
author | ru <ru@FreeBSD.org> | 2003-04-30 07:13:50 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-04-30 07:13:50 +0000 |
commit | b4e11fe3020bbda14f734e4aca616719e15fc6c6 (patch) | |
tree | 74e2329ec83dd031d5a241afd4c3e989615b18ce /lib/Makefile | |
parent | 9431d3c988a4c268fe443f9e60660ea4036156c1 (diff) | |
download | FreeBSD-src-b4e11fe3020bbda14f734e4aca616719e15fc6c6.zip FreeBSD-src-b4e11fe3020bbda14f734e4aca616719e15fc6c6.tar.gz |
Fixed alignment.
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 9a91694..5eee589 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -71,7 +71,7 @@ _compat= compat .endif .if ${MACHINE_ARCH} != "powerpc" -_libdisk=libdisk +_libdisk= libdisk .endif .if defined(RELEASEDIR) || \ |