diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-09-17 01:06:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-09-17 01:06:54 +0000 |
commit | 4de6df3decb8b8b64766c4b51bef1b2acaf7ea2d (patch) | |
tree | 04b5e05c1dbfd3dcff36ade3c9cc8b1928674761 /libexec/ld.so/amd64 | |
parent | c2e080dbb1533e42a1457fe3d6ada4e63877714a (diff) |
spacing
Diffstat (limited to 'libexec/ld.so/amd64')
-rw-r--r-- | libexec/ld.so/amd64/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/amd64/Makefile.inc b/libexec/ld.so/amd64/Makefile.inc index 02200cf38d0..7d4c29f3954 100644 --- a/libexec/ld.so/amd64/Makefile.inc +++ b/libexec/ld.so/amd64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 2005/05/04 03:59:24 drahn Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2005/09/17 01:06:53 deraadt Exp $ -CFLAGS += -fPIC +CFLAGS += -fPIC AFLAGS += -fpic |