diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-28 13:37:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-28 13:37:43 +0000 |
commit | 57fd909f074c20781970a799fc80eef28f7c1260 (patch) | |
tree | 5379446f2302f2681b17facb44ebf0f10f6e2349 /lib/libarch/amd64/Makefile | |
parent | df56d2fa7d9e3b75c5a24828801687d40b179280 (diff) |
pretty
Diffstat (limited to 'lib/libarch/amd64/Makefile')
-rw-r--r-- | lib/libarch/amd64/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libarch/amd64/Makefile b/lib/libarch/amd64/Makefile index 961c5792f14..4864470c866 100644 --- a/lib/libarch/amd64/Makefile +++ b/lib/libarch/amd64/Makefile @@ -1,17 +1,16 @@ -# $OpenBSD: Makefile,v 1.3 2004/02/27 23:44:56 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2004/02/28 13:37:42 deraadt Exp $ # $NetBSD: Makefile,v 1.1 1996/02/21 02:45:47 jtk Exp $ -MAN+= amd64_get_ldt.2 \ - amd64_iopl.2 amd64_get_ioperm.2 MANSUBDIR=amd64 +MAN+= amd64_get_ldt.2 amd64_iopl.2 amd64_get_ioperm.2 MLINKS+=amd64_get_ldt.2 amd64_set_ldt.2 \ amd64_get_ioperm.2 amd64_set_ioperm.2 .if ${MACHINE_ARCH} == "amd64" .PATH: ${LIBC}/amd64 NOPIC= -SRCS+= amd64_get_ldt.c amd64_set_ldt.c \ - amd64_iopl.c amd64_get_ioperm.c amd64_set_ioperm.c +SRCS+= amd64_get_ldt.c amd64_set_ldt.c amd64_iopl.c amd64_get_ioperm.c \ + amd64_set_ioperm.c .include <bsd.lib.mk> .else NOPROG= |