diff options
author | 2004-02-28 13:37:42 +0000 | |
---|---|---|
committer | 2004-02-28 13:37:42 +0000 | |
commit | c2149dcfb68dfa87c89d65faeb6373fccbc28a5b (patch) | |
tree | 1338c1d4620f2b6bc0ba8db2ef51ca8f1df150b0 | |
parent | bye bye (diff) | |
download | wireguard-openbsd-c2149dcfb68dfa87c89d65faeb6373fccbc28a5b.tar.xz wireguard-openbsd-c2149dcfb68dfa87c89d65faeb6373fccbc28a5b.zip |
pretty
-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= |