diff options
author | sjg <sjg@FreeBSD.org> | 2013-03-06 18:39:40 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2013-03-06 18:39:40 +0000 |
commit | 35974c7a169dc4796a757dc14670da50b04e8cd4 (patch) | |
tree | 59d0f7633b448f8d2fb04c0dcd62abfb8e0bc396 /usr.bin/kdump | |
parent | 2dfdc094d24769304e02eb289459885969efabaf (diff) | |
download | FreeBSD-src-35974c7a169dc4796a757dc14670da50b04e8cd4.zip FreeBSD-src-35974c7a169dc4796a757dc14670da50b04e8cd4.tar.gz |
DESTDIR is set already
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r-- | usr.bin/kdump/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index 2541656..f4b200b 100644 --- a/usr.bin/kdump/Makefile +++ b/usr.bin/kdump/Makefile @@ -41,6 +41,5 @@ linux_syscalls.c: .if ${MK_STAGING} != "" # we are interested in the files put in ${STAGE_OBJTOP}/include -DESTDIR= ${STAGE_OBJTOP} INCLUDEDIR= /include .endif |