diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-01-29 12:42:06 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-01-29 12:42:06 +0000 |
commit | efe365095a31b28df4755a5deb3e89e0e6f51c0a (patch) | |
tree | b080da08d2e535ac1ed2b8bf56b4973fbcb6b9d5 /misc/amanda24-client/Makefile | |
parent | 6569cc16e9984a1550e5587679253efba7af16c7 (diff) |
Notes
Diffstat (limited to 'misc/amanda24-client/Makefile')
-rw-r--r-- | misc/amanda24-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/amanda24-client/Makefile b/misc/amanda24-client/Makefile index 98d8de8e8520..cf80be0d0f71 100644 --- a/misc/amanda24-client/Makefile +++ b/misc/amanda24-client/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ +CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ --with-dump-honor-nodump \ --with-user=operator --with-group=operator |